Skip to content

Commit

Permalink
fix: release-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed May 28, 2024
1 parent a586a31 commit 836d860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
scope: '@stararlas'
node-version-file: '.nvmrc'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm ci
- name: Publish package manually
run: npm publish --access public --tag develop
Expand Down

0 comments on commit 836d860

Please sign in to comment.