Skip to content

Commit

Permalink
Merge pull request #171 from MakingSense/fix-github-action-for-delive…
Browse files Browse the repository at this point in the history
…ry-nuget

chore: fix env version reference
  • Loading branch information
RodrigoPereyraDiaz authored Nov 11, 2021
2 parents 2e6f7a8 + 57480a4 commit 5b2e141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Determine version from tag
run: echo "VERSION=$(git describe --tags --dirty)" >> $GITHUB_ENV
- name: Pack
run: dotnet pack --output ./artifacts --configuration Release -p:Version=${env.VERSION:1}
run: dotnet pack --output ./artifacts --configuration Release -p:Version=${{env.VERSION:1}}
- name: Upload artifact
uses: actions/upload-artifact@v2.2.4
with:
Expand Down

0 comments on commit 5b2e141

Please sign in to comment.