Skip to content

Commit

Permalink
ci: deploy to netlify on github releases creation only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijee committed May 31, 2024
1 parent 86ea4b4 commit 2e2f2d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
- name: Deploy
if: ${{ success() }}
run: curl -X POST -d {} ${{ secrets.NETLIFY_RELEASE_TOKEN }}

0 comments on commit 2e2f2d9

Please sign in to comment.