Skip to content

Commit

Permalink
Set v3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jan 1, 2025
1 parent cabdc56 commit 48c5c08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test and maybe create a new release
on:
push:
branches:
- master
- v3
permissions:
contents: write
jobs:
Expand Down Expand Up @@ -88,3 +88,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.GORELEASER_HOMEBREW_TAP_TOKEN }}

- name: Set v3 tag
uses: EndBug/latest-tag@latest
with:
ref: v3

0 comments on commit 48c5c08

Please sign in to comment.