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 98f274e commit f375a36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
scope: '@staratlas'
node-version-file: '.nvmrc'
always-auth: true
- run: npm ci
- run: npm publish --access public --tag develop
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: cat .npmrc
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand All @@ -37,7 +37,6 @@ jobs:
prerelease: true
},
]
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f375a36

Please sign in to comment.