Skip to content

Commit

Permalink
try env differently
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Jul 26, 2023
1 parent 48f6d53 commit 424219f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,8 @@ jobs:
- name: Pack for Chocolatey
uses: crazy-max/ghaction-chocolatey@v2
env:
VERSION: ${{ env.GITHUB_REF_NAME }}
with:
args: pack bin/dist/hemtt.nuspec --version ${VERSION#v} --outputdirectory release
args: pack bin/dist/hemtt.nuspec --version ${{ env.VERSION }} --outputdirectory release

- name: Zip Windows x64
run: |
Expand Down

0 comments on commit 424219f

Please sign in to comment.