We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e465b7b commit 0521bbaCopy full SHA for 0521bba
.github/workflows/VisualPinball.Engine.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Publish
16
run: |
17
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
18
- npm version ${{ steps.nextVersion.output.nextVersion }} --no-git-tag-version --allow-same-version
+ npm version ${{ steps.nextVersion.outputs.nextVersion }} --no-git-tag-version --allow-same-version
19
npm publish
20
env:
21
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments