Skip to content

bugfix in go-fuzz engine

GoReleaser

1 completed job
in 21m 42s
Run duration

This is the workflow execution time which may be different than the billed time.

Learn more

.github/workflows/goreleaser.yml
on:

Check failure on line 1 in .github/workflows/goreleaser.yml

GitHub Actions / Release

.github/workflows/goreleaser.yml#L1

The run was canceled.

Check failure on line 1 in .github/workflows/goreleaser.yml

GitHub Actions / Release

.github/workflows/goreleaser.yml#L1

The run was canceled.
push:
tags:
- 'v*'
name: GoReleaser
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: goreleaser
uses: docker://goreleaser/goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
args: release
if: success()

Artifacts

No artifacts were generated.

Annotations

Check failure on line 1 in .github/workflows/goreleaser.yml

@github-actions github-actions / Release

.github/workflows/goreleaser.yml#L1

The run was canceled.

Check failure on line 1 in .github/workflows/goreleaser.yml

@github-actions github-actions / Release

.github/workflows/goreleaser.yml#L1

The run was canceled.
You can’t perform that action at this time.