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 13a577f commit c5e3f24Copy full SHA for c5e3f24
.github/workflows/build-test-package-publish.yml
@@ -300,7 +300,7 @@ jobs:
300
301
- name: create github release
302
uses: softprops/action-gh-release@v2
303
- if: github.ref_type == 'tag' && startsWith( github.ref, 'refs/tags')
+ if: github.ref_type == 'tag' && startsWith( github.ref, 'refs/tags/v')
304
with:
305
files: "dist/*"
306
name: "v${{ steps.get_release_informations.outputs.release_version }}"
0 commit comments