Skip to content

Commit

Permalink
This upgrade GitHub Action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed May 14, 2023
1 parent dc8bf36 commit 8c23ef0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.20.x]
os: [ubuntu-latest]
targetplatform: [x64]

Expand Down Expand Up @@ -65,7 +65,8 @@ jobs:
cp src/index.d.ts ./dist
- name: NPM Publish
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
token: ${{secrets.NPM_TOKEN}}
package: ./dist/package.json
strategy: upgrade

0 comments on commit 8c23ef0

Please sign in to comment.