Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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