Skip to content

Commit 2692ed8

Browse files
committed
Correct package name and uncomment publish on main
1 parent 44843f1 commit 2692ed8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
path: "*.tgz"
5757

5858
- name: Publish to npm
59-
if: false
60-
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
59+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
6160
env:
6261
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
6362
run: npm publish ./*.tgz --tag experimental

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@rescript/rescript-webapi",
2+
"name": "@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)