We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460d81b commit 7fbe3cdCopy full SHA for 7fbe3cd
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Get version
27
id: get_version
28
- run: echo ::set-output name=VERSION::v$(cat version.go)
+ run: echo ::set-output name=VERSION::${{ env.VERSION }}
29
30
- name: Create Release
31
uses: actions/create-release@v1
0 commit comments