File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,18 @@ jobs:
192192 echo "$ASSETS" >> $GITHUB_ENV
193193 echo "EOF" >> $GITHUB_ENV
194194
195- - name : Create and push tag using Git
196- env :
197- GH_TOKEN : ${{ secrets.PAT_TOKEN }}
198- run : |
199- git config user.name "GitHub Action"
200- git config user.email "action@github.com"
201-
202- # Create annotated tag
203- git tag -a "v${{ env.VERSION }}" -m "Release v${{ env.VERSION }}"
204-
205- # Push tag using PAT authentication
206- git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git "v${{ env.VERSION }}"
195+ # - name: Create and push tag using Git
196+ # env:
197+ # GH_TOKEN: ${{ secrets.PAT_TOKEN }}
198+ # run: |
199+ # git config user.name "GitHub Action"
200+ # git config user.email "action@github.com"
201+
202+ # # Create annotated tag
203+ # git tag -a "v${{ env.VERSION }}" -m "Release v${{ env.VERSION }}"
204+
205+ # # Push tag using PAT authentication
206+ # git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git "v${{ env.VERSION }}"
207207
208208 - name : Create GitHub Release and Upload Assets
209209 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 11[package ]
22name = " repos"
3- version = " 0.0.15 -rc"
3+ version = " 0.2.0 -rc"
44edition = " 2024"
55
66[lib ]
You can’t perform that action at this time.
0 commit comments