Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg authored Jan 5, 2023
1 parent 0ffe2e8 commit 9b62a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
rm version.go
echo 'package main' >> version.go
echo 'const version = "dev-build"' >> version.go
echo 'const version = "${{ github.ref_name }}"' >> version.go
cat version.go
working-directory: jem

Expand Down

0 comments on commit 9b62a06

Please sign in to comment.