Skip to content

Commit 0521bba

Browse files
committed
build: Fix publish action.
1 parent e465b7b commit 0521bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/VisualPinball.Engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Publish
1616
run: |
1717
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
18-
npm version ${{ steps.nextVersion.output.nextVersion }} --no-git-tag-version --allow-same-version
18+
npm version ${{ steps.nextVersion.outputs.nextVersion }} --no-git-tag-version --allow-same-version
1919
npm publish
2020
env:
2121
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)