diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 1db78a0..ce6d4c2 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -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/github-tag-action@v6.2 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + release_branches: main + tag_prefix: v goreleaser: runs-on: ubuntu-latest steps: