Skip to content

Commit

Permalink
fix: automatic tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed Sep 15, 2024
1 parent 09eb789 commit a812c11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ permissions:
contents: write

jobs:
tag:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Tag version
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: main
tag_prefix: v
goreleaser:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a812c11

Please sign in to comment.