Skip to content

Commit 1f61033

Browse files
committed
Use experimental tag
1 parent dde9e06 commit 1f61033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
@@ -57,4 +57,4 @@ jobs:
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

0 commit comments

Comments
 (0)