Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Apr 23, 2023
1 parent b8b21ee commit a877081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@octocat'
- run: yarn
- run: yarn publish
- run: npm version $(echo "${GITHUB_REF##*/}" | tr -d 'v')
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a877081

Please sign in to comment.