File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,22 +76,22 @@ jobs:
7676 run : npm run build
7777
7878 - name : Publish scratch-svg-renderer
79- run : npm publish --access=public --workspace=@scratch/scratch-svg-renderer
79+ run : npm publish --access=public --tag="${{steps.npm_tag.outputs.npm_tag}}" -- workspace=@scratch/scratch-svg-renderer
8080 env :
8181 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
8282
8383 - name : Publish scratch-render
84- run : npm publish --access=public --workspace=@scratch/scratch-render
84+ run : npm publish --access=public --tag="${{steps.npm_tag.outputs.npm_tag}}" -- workspace=@scratch/scratch-render
8585 env :
8686 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
8787
8888 - name : Publish scratch-vm
89- run : npm publish --access=public --workspace=@scratch/scratch-vm
89+ run : npm publish --access=public --tag="${{steps.npm_tag.outputs.npm_tag}}" -- workspace=@scratch/scratch-vm
9090 env :
9191 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
9292
9393 - name : Publish scratch-gui
94- run : npm publish --access=public --workspace=@scratch/scratch-gui
94+ run : npm publish --access=public --tag="${{steps.npm_tag.outputs.npm_tag}}" -- workspace=@scratch/scratch-gui
9595 env :
9696 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
9797
You can’t perform that action at this time.
0 commit comments