We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacfffe commit cf76178Copy full SHA for cf76178
1 file changed
.github/workflows/build-and-publish.yml
@@ -109,4 +109,5 @@ jobs:
109
- name: Create tag
110
uses: rickstaa/action-create-tag@v1.2.0
111
with:
112
- tag: ${{ env.RELEASE_TAG }}
+ tag: "v$RELEASE_TAG"
113
+
0 commit comments