Skip to content

Commit

Permalink
Bump npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Doko-Demo-Doa committed Mar 26, 2024
1 parent 9896638 commit c96be27
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
publish:
Expand All @@ -17,9 +14,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm i -g typescript
- run: npm install
- uses: JS-DevTools/npm-publish@v1 # https://github.com/JS-DevTools/npm-publish
- uses: JS-DevTools/npm-publish@v3 # https://github.com/JS-DevTools/npm-publish
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit c96be27

Please sign in to comment.