We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706fcb2 commit 4c90488Copy full SHA for 4c90488
1 file changed
.github/workflows/create-release.yml
@@ -131,17 +131,4 @@ jobs:
131
files: release-assets/a
132
make_latest: false
133
env:
134
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135
-
136
- - name: Mark latest main release
137
- if: github.ref_name == 'main'
138
- run: |
139
- git config user.name "github-actions[bot]"
140
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
141
142
- git tag -f latest "$GITHUB_SHA"
143
- git push origin latest --force
144
145
- gh release edit "$RELEASE_TAG" --latest
146
- env:
147
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments