2 parents 0c631d6 + ba7389a commit 96cd010Copy full SHA for 96cd010
1 file changed
.github/workflows/tag.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
echo "Triggering Build and Release workflow for tag v$VERSION"
87
API_URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/actions/workflows/build_and_release.yml/dispatches"
88
- PAYLOAD=$(printf '{"ref":"v%s"}' "$VERSION")
+ PAYLOAD=$(printf '{"ref":"main"}' )
89
resp=$(curl -s -o /dev/stderr -w "%{http_code}" -X POST \
90
-H "Accept: application/vnd.github+json" \
91
-H "Authorization: token ${PAT}" \
0 commit comments