Skip to content

Commit

Permalink
fix use variable correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Aug 28, 2023
1 parent 7785a5b commit 009c59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-testing-npm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: npm update version and release
run: |
npm version prerelease --preid=testing-{{ github.event.number}}
npm version prerelease --preid=testing-${{ github.event.number}}
npm publish --tag testing-${{ github.event.number}}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 009c59a

Please sign in to comment.