prometheus-paperless-exporter/.github/workflows/release.yaml
dependabot[bot] b742abfa2e Bump hansmi/ghactions-goreleaser-workflow from 0.2 to 0.3
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>
2024-08-09 22:23:48 +02: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.3
permissions:
contents: write
packages: write
# vim: set sw=2 sts=2 et :