Skip to content

Commit 45762f8

Browse files
authored
Update release-test.yml
1 parent c11f9fb commit 45762f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Set VERSION variable from tag
1515
run: |
16-
VERSION=${{ github.event.inputs.version }}
16+
VERSION="v.0.0.0-dev"
1717
echo "VERSION=${VERSION:1}" >> $GITHUB_ENV
1818
1919
- name: Update setup-cli

0 commit comments

Comments
 (0)