Skip to content

Commit

Permalink
chore: remove release trigger modern update
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 24, 2024
1 parent 2fd9fcb commit 2d3d0bb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,3 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
REPOSITORY: ${{ github.repository }}
REF: ${{ github.ref }}

- name: Trigger Modern Update Rspress
if: ${{github.event.inputs.version == 'latest'}}
run: |
curl -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer ${{ secrets.REPO_SCOPED_TOKEN }}' \
-d '{"ref": "main"}' \
https://api.github.com/repos/web-infra-dev/modern.js/actions/workflows/update-rspress.yml/dispatches

0 comments on commit 2d3d0bb

Please sign in to comment.