Skip to content

Commit

Permalink
fix: trigger Publish on tag (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick authored Aug 15, 2024
1 parent 5dfa684 commit 4ec333e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish
on:
push:
branches: [ main ]
tags: [ '*' ]

env:
GO_VERSION: ~1.22
Expand Down

0 comments on commit 4ec333e

Please sign in to comment.