Skip to content

Commit

Permalink
chore: fix choco publish nupkg filename, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jun 13, 2020
1 parent 704da33 commit 23ac58d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ jobs:
# Pop off the leading 'v' in the tag
if version[0] == 'v': version = version[1:]
print('::set-output name=ver::{}'.format(version))
shell: python

- name: Download release
Expand Down Expand Up @@ -235,4 +234,4 @@ jobs:
run: choco pack dist/choco/pacaptr.nuspec --verbose

- name: Push to choco repository
run: choco push pacaptr.${{ steps.ver.replace.ver }}.nupkg --source https://push.chocolatey.org --verbose
run: choco push pacaptr.${{ steps.ver.outputs.ver }}.nupkg --source https://push.chocolatey.org --verbose

0 comments on commit 23ac58d

Please sign in to comment.