Skip to content

Commit e1a15f4

Browse files
authored
Merge pull request #67 from SasSwart/feature/auto-versioning
correctly use GITHUB_REF
2 parents 0853d37 + c606110 commit e1a15f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Show go version
2121
run: go version
2222
- name: Generate build files
23-
run: make VERSION='$GITHUB_REF' all
23+
run: make VERSION='${{ github.ref }}' all
2424
- name: Release
2525
uses: softprops/action-gh-release@v1
2626
with:

0 commit comments

Comments
 (0)