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