Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish to npm

on:
on:
workflow_dispatch:
inputs:
tag:
Expand Down Expand Up @@ -37,9 +37,7 @@ jobs:
run: npm run build --if-present

- name: Tag repo with $DIST_TAG
run: |
git tag $DIST_TAG
git push origin $DIST_TAG
run: npm run release

- name: Publish to npm with dist-tag next
run: npm publish --access public --tag ${{ github.event.inputs.tag }}
Expand Down
Loading