Skip to content

Commit

Permalink
swaped validate and build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
guscarreon committed Aug 31, 2023
1 parent 6f9a560 commit 77f7ef2
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 @@ -46,8 +46,8 @@ jobs:
ref: master
- name: Build and validate
run: |
go build .
./validate.sh
go build .
publish-tag:
name: Publish tag
Expand Down

0 comments on commit 77f7ef2

Please sign in to comment.