Skip to content

Commit ddbb27f

Browse files
committed
ci(tag-and-release): create blank github release
1 parent 34d1b17 commit ddbb27f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ jobs:
2626
uses: hyper63/hyper-ci-bump@main
2727
with:
2828
bump-to: ${{github.event.inputs.version}}
29-
package: ${{github.event.inputs.package}}
30-
runtime: ${{github.event.inputs.runtime}}
3129
- name: push
3230
run: |
3331
git push --follow-tags
32+
- name: create github release
33+
if: steps.bump.outputs.tag
34+
uses: softprops/action-gh-release@v1
35+
with:
36+
tag_name: ${{steps.bump.outputs.tag}}
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)