b742abfa2e
Bumps [hansmi/ghactions-goreleaser-workflow](https://github.com/hansmi/ghactions-goreleaser-workflow) from 0.2 to 0.3. - [Commits](https://github.com/hansmi/ghactions-goreleaser-workflow/compare/v0.2...v0.3) --- updated-dependencies: - dependency-name: hansmi/ghactions-goreleaser-workflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
271 B
YAML
17 lines
271 B
YAML
name: Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
push:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
release:
|
|
uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@v0.3
|
|
permissions:
|
|
contents: write
|
|
packages: write
|
|
|
|
# vim: set sw=2 sts=2 et :
|