Skip to content

Commit

Permalink
ci: added manual dispatch and changed github token
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed May 29, 2023
1 parent 70c4d76 commit a253f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish package to GitHub Packages
on:
workflow_dispatch:
release:
types: [published]
jobs:
Expand All @@ -19,4 +20,4 @@ jobs:
- run: yarn build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish package to npmjs
on:
workflow_dispatch:
release:
types: [published]
jobs:
Expand Down

0 comments on commit a253f3b

Please sign in to comment.