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 086ec53 commit ce260d7Copy full SHA for ce260d7
1 file changed
.github/workflows/setup.yml
@@ -76,9 +76,9 @@ jobs:
76
with:
77
name: dist
78
path: dist
79
- - uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
80
- with:
81
- generateReleaseNotes: true
82
- artifacts: dist/*
+ - env:
+ VERSION: ${{ github.ref_name }}
+ run: |
+ gh release create "$VERSION" --verify-tag --generate-notes dist/*
83
permissions:
84
contents: read
0 commit comments