Skip to content

Commit ca61e58

Browse files
committed
Update package.json.
1 parent b75aa30 commit ca61e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
env:
8888
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
run: |
90+
git push --set-upstream origin main --force
9091
TAG=${{ steps.tags.outputs.RELEASE_TAG }}
9192
REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
9293
gh release create $TAG --repo "$REPO" --title "Release $TAG" --generate-notes

0 commit comments

Comments
 (0)