Skip to content

Commit

Permalink
remove quotes from build number
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 13, 2020
1 parent 5e11424 commit df986ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- name: Build
run: go build -ldflags "-X main.release='${{ steps.vars.outputs.tag }}' -v"
run: go build -ldflags "-X main.release=${{ steps.vars.outputs.tag }} -v"

- name: Make debian build directory
run: mkdir -p {debian/DEBIAN/,debian/etc/bcg/templates/,debian/usr/bin/}
Expand Down

0 comments on commit df986ed

Please sign in to comment.