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 636af69 commit a1bbb90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- release-test

jobs:
release:
Expand All @@ -15,6 +16,9 @@ jobs:
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm whoami
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
@staratlas:registry=https://registry.npmjs.org/

0 comments on commit a1bbb90

Please sign in to comment.