We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75aa30 commit ca61e58Copy full SHA for ca61e58
.github/workflows/release.yaml
@@ -87,6 +87,7 @@ jobs:
87
env:
88
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
run: |
90
+ git push --set-upstream origin main --force
91
TAG=${{ steps.tags.outputs.RELEASE_TAG }}
92
REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
93
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes
0 commit comments