Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/the1812/Touhou-Tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Sep 11, 2022
2 parents 15ebd31 + 61e9eec commit 8799e40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- uses: bahmutov/npm-install@v1
- uses: pnpm/action-setup@v2.2.2
with:
run_install: true
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 8799e40

Please sign in to comment.