Super
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/publish.yml
|
|
|
@ -11,11 +11,11 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: NuGet/setup-nuget@v1.0.5 |
|
|
|
|
|
|
|
- name: read project file |
|
|
|
- name: read common.props |
|
|
|
id: commonProps |
|
|
|
uses: juliangruber/read-file-action@v1 |
|
|
|
with: |
|
|
|
path: ./EasyAbp.Abp.BlobStoring.TencentCloud/EasyAbp.Abp.BlobStoring.TencentCloud.csproj |
|
|
|
path: ./common.props |
|
|
|
|
|
|
|
- name: get version |
|
|
|
id: getVersion |
|
|
|
|