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 aacfffe commit cf76178Copy full SHA for cf76178
.github/workflows/build-and-publish.yml
@@ -109,4 +109,5 @@ jobs:
109
- name: Create tag
110
uses: rickstaa/[email protected]
111
with:
112
- tag: ${{ env.RELEASE_TAG }}
+ tag: "v$RELEASE_TAG"
113
+
0 commit comments