File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
run : echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
42
42
43
43
- 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 }}"
45
45
46
46
- name : Package npm project
47
47
run : npm pack
57
57
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
58
58
env :
59
59
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 1
1
{
2
- "name" : " @rescript/experimental- rescript-webapi" ,
2
+ "name" : " @rescript/rescript-webapi" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)" ,
5
5
"homepage" : " https://github.com/rescript-lang/experimental-rescript-webapi" ,
You can’t perform that action at this time.
0 commit comments