We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73d53e commit 9897495Copy full SHA for 9897495
.github/workflows/release.yaml
@@ -65,4 +65,16 @@ jobs:
65
repo: context.repo.repo,
66
ref: "refs/tags/stable",
67
sha: context.sha
68
- })
+ })
69
+
70
+ create-release:
71
+ runs-on: ubuntu-latest
72
+ steps:
73
+ - name: Github Release
74
+ # You may pin to the exact commit or the version.
75
+ # uses: elgohr/Github-Release-Action@ca832ba34444ca850517764d948a8fb0e16c5747
76
+ uses: elgohr/Github-Release-Action@v4
77
+ with:
78
+ # The name of the release to publish
79
+ title: ${{ env.NEW_TAG }}
80
0 commit comments