Skip to content

Commit 2d93542

Browse files
committed
ci: fix main.yml
1 parent ef8941b commit 2d93542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
run: |
51-
gh release create v${{ VERSION }} \
51+
gh release create v${{ steps.properties.outputs.version }} \
5252
--draft \
53-
--title "v${{ VERSION }}" \
53+
--title "v${{ steps.properties.outputs.version }}" \

0 commit comments

Comments
 (0)