Skip to content

Commit

Permalink
chore(deps): use semantic-release for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 23, 2023
1 parent 19cc85f commit 6bd60be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:

- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@61680d0e9b02ff86f5648ade99e01be17f0260a4
with:
semantic_version: 19.0.2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release

- name: Deploy API to Heroku
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
Expand Down

0 comments on commit 6bd60be

Please sign in to comment.