Skip to content

Commit b670c4e

Browse files
Update publish_release.yml
1 parent 3e90369 commit b670c4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
}
109109
if(!merged) throw new Error("PR not merged in time")
110110
111-
# - name: Create tag
112-
# run: |
113-
# git tag "${{ steps.draft.outputs.tag_name }}"
114-
# git push origin "${{ steps.draft.outputs.tag_name }}"
115-
#
116-
# - name: Publish draft release
117-
# run: gh release edit "${{ steps.draft.outputs.tag_name }}" --draft=false
118-
# env:
119-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111+
- name: Create tag
112+
run: |
113+
git tag "${{ steps.draft.outputs.tag_name }}"
114+
git push origin "${{ steps.draft.outputs.tag_name }}"
115+
116+
- name: Publish draft release
117+
run: gh release edit "${{ steps.draft.outputs.tag_name }}" --draft=false
118+
env:
119+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)