Skip to content

Commit

Permalink
don't trigger frontend release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Oct 9, 2023
1 parent e27669a commit 6e4cb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: update release
run: gh release edit $RELEASE_TAG --draft=false --latest --prerelease=false

- name: trigger frontend release
run: 'curl -XPOST -u "michaelkreil:${{secrets.PAT_TOKEN}}" https://api.github.com/repos/versatiles-org/versatiles-frontend/actions/workflows/release.yml/dispatches --data ''{"ref":"main"}'''
# - name: trigger frontend release
# run: 'curl -XPOST -u "michaelkreil:${{secrets.PAT_TOKEN}}" https://api.github.com/repos/versatiles-org/versatiles-frontend/actions/workflows/release.yml/dispatches --data ''{"ref":"main"}'''

0 comments on commit 6e4cb73

Please sign in to comment.