GoReleaser
1 completed job
| on: | ||
|
Check failure on line 1 in .github/workflows/goreleaser.yml
.github/workflows/goreleaser.yml#L1
|
||
| 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 / 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.