Skip to content

Commit

Permalink
fix: release config in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Bentley authored and Tony Bentley committed Dec 31, 2023
1 parent 6b3bf26 commit 40aabaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
run: npm run build && rm -rf public && mv build public && ls public -la

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}



- name: publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


0 comments on commit 40aabaa

Please sign in to comment.