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 7fafdf4 commit cfae5dcCopy full SHA for cfae5dc
.github/workflows/build.yml
@@ -142,14 +142,9 @@ jobs:
142
env:
143
TAG: v${{ needs.meta.outputs.latest-version }}
144
COMMIT: ${{ github.event.before }}
145
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.PAT_GITHUB }}
146
147
steps:
148
- - name: Checkout current head
149
- uses: actions/checkout@v4
150
- with:
151
- ref: ${{ env.COMMIT }}
152
-
153
- name: Create a tag to mark previous latest version
154
155
COMMIT: ${{ env.COMMIT }}
@@ -161,6 +156,7 @@ jobs:
161
156
/repos/${{ github.repository }}/git/refs
162
157
-f "ref=refs/tags/$TAG"
163
158
-f "sha=$COMMIT"
159
+
164
160
- name: Create release assotiated with the tag
165
run: >
166
gh api
0 commit comments