File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments