Skip to content

Commit

Permalink
More fixes to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Jul 5, 2021
1 parent ca1c9b5 commit fe2ff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
uses: ncipollo/release-action@v1.8.6
with:
commit: main
tag: ${{ inputs.version }}
tag: ${{ github.event.inputs.version }}
artifacts: packages/cli/bin/cli/*
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe2ff8c

Please sign in to comment.