Skip to content

Commit

Permalink
chore: update publish step (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossreicks authored May 12, 2023
1 parent f20132f commit 36b9577
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- name: 'Semantic Release'
uses: cycjimmy/semantic-release-action@v2
id: semantic
with:
branch: master
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 36b9577

Please sign in to comment.