We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e90369 commit b670c4eCopy full SHA for b670c4e
1 file changed
.github/workflows/publish_release.yml
@@ -108,12 +108,12 @@ jobs:
108
}
109
if(!merged) throw new Error("PR not merged in time")
110
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 }}
+ - name: Create tag
+ run: |
+ git tag "${{ steps.draft.outputs.tag_name }}"
+ git push origin "${{ steps.draft.outputs.tag_name }}"
+
+ - name: Publish draft release
+ run: gh release edit "${{ steps.draft.outputs.tag_name }}" --draft=false
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments