Revert "chore: updated workflow" 2005625d
This reverts commit 5d603a0825544a6e209251324d0dc22585d0b086.
Steve Simkins · 2026-05-18 17:07 1 file(s) · +1 −4
.github/workflows/release-go.yml +1 −4
36 36
        with:
37 37
          distribution: goreleaser
38 38
          version: '~> v2'
39 -
          # skip=validate: real git tag is "<app>-go/vX.Y.Z" but we pass
40 -
          # GORELEASER_CURRENT_TAG=vX.Y.Z so the validate-tag-at-HEAD check
41 -
          # fails. The push trigger already guarantees we're on a real tag.
42 -
          args: release --clean --skip=validate
39 +
          args: release --clean
43 40
          workdir: ${{ steps.app.outputs.dir }}
44 41
        env:
45 42
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}