Skip to content

Commit

Permalink
chore: 修改发版成功通知发送位置
Browse files Browse the repository at this point in the history
  • Loading branch information
Miracle575 committed Jun 25, 2024
1 parent 0b11246 commit 55d07e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,3 @@ jobs:

- name: Create tag if needed
run: node scripts/tag.mjs

send-version-success:
runs-on: ubuntu-latest

steps:
- name: Send Notification Request
run: |
curl -X POST ${{ secrets.RELEASE_SERVICE_ADDRESS }}/version/success \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}"
8 changes: 8 additions & 0 deletions .github/workflows/test-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,11 @@ jobs:
files: |
release/scow-cli/cli-x64
release/scow-cli/cli-arm64
send-version-success:
- name: Send Notification Request
run: |
curl -X POST ${{ secrets.RELEASE_SERVICE_ADDRESS }}/version/success \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}"

0 comments on commit 55d07e7

Please sign in to comment.