Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehutchllew committed Apr 3, 2024
1 parent 561ae52 commit 9863afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test
run: |
echo "local Version: $VERSION"
echo "env Version: ${{ env.VERSION }}"
echo "env Version: $env.VERSION"
- name: Build
run: go build -ldflags="-w -X 'github.com/ev-the-dev/tmplts/cmd.version=${{ env.VERSION }}'" -o bin/tmplts
Expand Down

0 comments on commit 9863afc

Please sign in to comment.