File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -96,18 +96,11 @@ jobs:
9696 # with:
9797 # package_name: scratch-gui
9898
99- # - name: Publish scratch-gui to GitHub Packages
100- # working-directory: ./packages/scratch-gui
101- # env:
102- # NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for publishing private npm packages
103- # run: |
104- # RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
105- # npm version --no-git-tag-version $RELEASE_VERSION
106- # npm publish --access public --tag latest
107- - name : Publish scratch-gui
108- run : |
109- RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
110- npm version --no-git-tag-version $RELEASE_VERSION --workspace=@RaspberryPiFoundation/scratch-gui
111- npm publish --access=public --tag latest --workspace=@RaspberryPiFoundation/scratch-gui
99+ - name : Publish scratch-gui to GitHub Packages
100+ working-directory : ./packages/scratch-gui
112101 env :
113102 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }} # for publishing private npm packages
103+ run : |
104+ RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
105+ npm version --no-git-tag-version $RELEASE_VERSION
106+ npm publish --access public --tag latest
You can’t perform that action at this time.
0 commit comments