Skip to content

Commit

Permalink
Fix Workflow output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehrsen committed Aug 24, 2021
1 parent 5e1a62f commit a3d87aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
run: git status

- name: 🔼 Bump version
id: version
run: echo "::set-output name=version::$(npm version ${{ github.event.inputs.version }} -m 'Tagging %s' -f)"
run: npm version ${{ github.event.inputs.version }} -m 'Tagging %s' -f

- name: ⚙️ Get project version
id: version
Expand Down

0 comments on commit a3d87aa

Please sign in to comment.