Skip to content

Commit d44e0ba

Browse files
committed
Update version script
1 parent 69086dd commit d44e0ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
- name: Create and push tag
109109
run: |
110110
VERSION="${{ github.event.inputs.version }}"
111-
echo "Creating tag v$VERSION"
112-
git tag "v$VERSION"
113-
git push origin "v$VERSION"
111+
echo "Creating tag $VERSION"
112+
git tag "$VERSION"
113+
git push origin "$VERSION"
114114
115115
- name: Download all build artifacts
116116
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)