Skip to content

Commit 7fbe3cd

Browse files
committed
fix
1 parent 460d81b commit 7fbe3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Get version
2727
id: get_version
28-
run: echo ::set-output name=VERSION::v$(cat version.go)
28+
run: echo ::set-output name=VERSION::${{ env.VERSION }}
2929

3030
- name: Create Release
3131
uses: actions/create-release@v1

0 commit comments

Comments
 (0)