We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707cd61 commit dd610ffCopy full SHA for dd610ff
1 file changed
.github/workflows/release.yml
@@ -25,3 +25,9 @@ jobs:
25
26
- name: cargo publish
27
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
28
+
29
+ - name: Create GitHub Release
30
+ env:
31
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ TAG: ${{ github.ref_name }}
33
+ run: gh release create "$TAG" --generate-notes
0 commit comments