Skip to content

Commit 9132258

Browse files
authored
Update npm-release.yml
1 parent bf3ba54 commit 9132258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
pull-requests: write # to be able to comment on released pull requests
2929
id-token: write # to enable use of OIDC for npm provenance
3030
outputs:
31-
ARTIFACT_NAME: ${{ steps.node.outputs.artifact-name }}
32-
VERSION: ${{steps.node-release.outputs.VERSION}}
31+
ARTIFACT_NAME: ${{ steps.npm_release.outputs.artifact-name }}
32+
VERSION: ${{steps.npm_release.outputs.VERSION}}
3333
env:
3434
skipDeployment: false
3535
steps:

0 commit comments

Comments
 (0)