File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,11 +74,10 @@ jobs:
7474 VERSION="${{ steps.get_version.outputs.version }}"
7575 git config user.name "github-actions[bot]"
7676 git config user.email "github-actions[bot]@users.noreply.github.com"
77+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
7778 git tag -a "v$VERSION" -m "Release version $VERSION"
7879 git push origin "v$VERSION"
7980 echo "✓ Created and pushed tag v$VERSION"
80- env :
81- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8281
8382 - name : Find and Publish Draft Release
8483 id : publish_release
@@ -161,7 +160,7 @@ jobs:
161160 - name : Setup Node.js
162161 uses : actions/setup-node@v4
163162 with :
164- node-version : ' 20 '
163+ node-version : ' 22 '
165164 registry-url : ' https://registry.npmjs.org'
166165
167166 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments