Skip to content

Commit

Permalink
ci: use peter-evans/repository-dispatch@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Apr 24, 2024
1 parent 4e204d7 commit c17ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: |
steps.covector.outputs.successfulPublish == 'true' &&
contains(steps.covector.outputs.packagesPublished, 'tauri-vscode')
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
repository: tauri-apps/tauri-vscode
Expand Down

0 comments on commit c17ea97

Please sign in to comment.