We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab466fa commit 4dc3b75Copy full SHA for 4dc3b75
.github/workflows/.goreleaser.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-go@v2
17
with:
18
go-version-file: 'go.mod'
19
+ check-latest: true
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v2
22
.github/workflows/manual_goreleaser.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-go@v4
15
- name: Reposition to latest tag
run: |
git checkout $(git describe --tags --abbrev=0)
0 commit comments