Skip to content

Commit

Permalink
fix: run continuous release only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 23, 2024
1 parent 795ecb3 commit e8c2386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
vso-man.tar.gz
- uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main'
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "continuous"
Expand Down

0 comments on commit e8c2386

Please sign in to comment.