We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69086dd commit d44e0baCopy full SHA for d44e0ba
1 file changed
.github/workflows/release.yml
@@ -108,9 +108,9 @@ jobs:
108
- name: Create and push tag
109
run: |
110
VERSION="${{ github.event.inputs.version }}"
111
- echo "Creating tag v$VERSION"
112
- git tag "v$VERSION"
113
- git push origin "v$VERSION"
+ echo "Creating tag $VERSION"
+ git tag "$VERSION"
+ git push origin "$VERSION"
114
115
- name: Download all build artifacts
116
uses: actions/download-artifact@v4
0 commit comments