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.
gh
1 parent f5dd130 commit 37e16c6Copy full SHA for 37e16c6
.github/workflows/publish.yml
@@ -75,12 +75,10 @@ jobs:
75
env:
76
GH_TOKEN: ${{ github.token }}
77
78
- - uses: softprops/action-gh-release@v1
79
- if: steps.tag.outputs.push_tag == 'yes'
80
- with:
81
- files: "dist/*"
82
- tag_name: v${{ steps.tag.outputs.version }}
83
-
+ - if: steps.tag.outputs.push_tag == 'yes'
+ run: gh release create --generate-notes v${{ steps.tag.outputs.version }} dist/*
+ env:
+ GH_TOKEN: ${{ github.token }}
84
85
- uses: rust-lang/crates-io-auth-action@v1
86
id: auth
0 commit comments