Skip to content

Commit f2e1c4b

Browse files
authored
Merge pull request #1291 from ml5js/joeyklee.devops-publish-workflow
fix: rm v number
2 parents 93e5e92 + d09f8ba commit f2e1c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
# build it!
5555
- run: npm run build
5656
# publish with the name - should only be the numbers like 0.9.5
57-
- run: npm publish ${{ steps.latest_release.outputs.release }}
57+
- run: npm publish
5858
env:
5959
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)