prometheus-paperless-exporter/.github/workflows/release.yaml
dependabot[bot] caec83fc24 Bump hansmi/ghactions-goreleaser-workflow from 0.1 to 0.2
Bumps [hansmi/ghactions-goreleaser-workflow](https://github.com/hansmi/ghactions-goreleaser-workflow) from 0.1 to 0.2.
- [Commits](https://github.com/hansmi/ghactions-goreleaser-workflow/compare/v0.1...v0.2)

---
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>
2024-02-13 20:24:18 +01:00

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.2
permissions:
contents: write
packages: write
# vim: set sw=2 sts=2 et :