File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 run : echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4242
4343 - name : Update version to -<commit-hash>
44- run : npm version --no-git-tag-version "${{ steps.package-version.outputs.current-version }}-${{ env.COMMIT_HASH }}"
44+ run : npm version --no-git-tag-version "${{ steps.package-version.outputs.current-version }}-experimental- ${{ env.COMMIT_HASH }}"
4545
4646 - name : Package npm project
4747 run : npm pack
5757 # if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5858 env :
5959 NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
60- run : npm publish ./*.tgz
60+ run : npm publish ./*.tgz --tag experimental
Original file line number Diff line number Diff line change 11{
2- "name" : " @rescript/experimental- rescript-webapi" ,
2+ "name" : " @rescript/rescript-webapi" ,
33 "version" : " 0.1.0" ,
44 "description" : " Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)" ,
55 "homepage" : " https://github.com/rescript-lang/experimental-rescript-webapi" ,
You can’t perform that action at this time.
0 commit comments