Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxadml committed Dec 28, 2023
1 parent cff4743 commit 33e34f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:

- name: Trigger API
run: |
curl -X POST ${{secrets.PUBLISH_SECRET_API}} \
curl -X POST http://localhost:3033/publish \
-H "Content-Type: application/json" \
-d '{"tag": "${{ github.ref }}"}'

0 comments on commit 33e34f5

Please sign in to comment.