bazaar/.github/workflows/push_version.yml

21 lines
373 B
YAML

name: goreleaser
on:
push:
branches: [latest]
tags: ["v*"]
permissions:
contents: write # Required to upload dist files
concurrency:
group: ci-push-version-${{ github.ref }}
cancel-in-progress: true
jobs:
goreleaser:
uses: ./.github/workflows/_goreleaser.yml
docker-buildx:
needs: goreleaser
uses: ./.github/workflows/_docker-buildx.yml