Browse Source

Update publish.yml

pull/107/head
Super 6 years ago
committed by GitHub
parent
commit
3407ad4a27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish.yml

4
.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

Loading…
Cancel
Save