-
-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Description
This randomly happened just now:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.16
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --snapshot --rm-dist
- name: Run Tests
run: go test -v ./...
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Error message:
Run goreleaser/goreleaser-action@v4
with:
args: build --snapshot --single-target --rm-dist
distribution: goreleaser
version: latest
workdir: .
install-only: false
env:
GOPRIVATE: github.com/org/repo
DOWNLOAD_PACKAGE_TOKEN: ***
GITHUB_TOKEN: ***
Error: Cannot find GoReleaser latest release
zze0s, connor-savage, rootsami, wcmjunior, johnsonaj and 6 more
Metadata
Metadata
Assignees
Labels
No labels