Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jun 2, 2023
1 parent a7003c3 commit 0c91f0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@triax'
- run: npm ci
- name: Increment version
run: npm run increment-version
Expand All @@ -26,4 +25,4 @@ jobs:
author_email: otiai10+ayanel-ci@gmail.com
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c91f0b

Please sign in to comment.