fix: point to v1.tauri.app instead of tauri.app #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Congrats | |
on: | |
push: | |
branches: [v2] | |
jobs: | |
congrats: | |
uses: tauri-apps/automation/.github/workflows/congrats.yml@main | |
secrets: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} |