Skip to content

Commit 2d7d84e

Browse files
committed
chore: Update GitHub Pages deployment workflow to mark release as published
1 parent 8777b2a commit 2d7d84e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,6 @@ jobs:
144144
artifact_name: pages
145145

146146
- name: Mark release as published
147+
env:
148+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147149
run: gh release edit ${{ env.TIMESTAMP_TAG }} --draft=false

0 commit comments

Comments
 (0)