Skip to content

Commit

Permalink
Fix build pipeline to use the latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed May 5, 2022
1 parent 467ca40 commit 37cc466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
platform: linux/amd64 windows/amd64 darwin/amd64
with: |
github.com/mostafa/xk6-kafka@latest
github.com/mostafa/xk6-kafka@${{ github.ref_name }}
- name: Install Go 🧑‍💻
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 37cc466

Please sign in to comment.