Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyenHuang committed Mar 18, 2024
1 parent 3032d43 commit 7e20ba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
with:
skip-tag: 'true'
# version-type: 'patch'
# default: 'patch'
# tag-prefix: 'v'
- name: Trigger Amplify Build
run: curl -X POST -d {} "${{ secrets.AMPLIFY_WEBHOOK_URL }}" -H "Content-Type:application/json"

0 comments on commit 7e20ba4

Please sign in to comment.