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 d252325 commit 0ffe2e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Update Version
run: |
rm version.go
echo "package main" >> version.go
echo "const version = \"${{ github.ref_name }}\"" >> version.go
echo 'package main' >> version.go
echo 'const version = "dev-build"' >> version.go
cat version.go
working-directory: jem

- name: Build jem
Expand Down

0 comments on commit 0ffe2e8

Please sign in to comment.