We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f4d51 commit 4dc57e7Copy full SHA for 4dc57e7
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,6 @@ jobs:
23
24
- name: Create Release
25
uses: softprops/action-gh-release@v1
26
- if: startsWith(github.ref, 'refs/tags/')
27
with:
28
name: Release ${{ steps.package_version.outputs.VERSION }}
29
tag_name: ${{ steps.package_version.outputs.VERSION }}
0 commit comments