Skip to content

Require v0.6.0 of the terraform-provider instead of v0.5.4 because … #38

Require v0.6.0 of the terraform-provider instead of v0.5.4 because …

Require v0.6.0 of the terraform-provider instead of v0.5.4 because … #38

name: Publish Release
on:
push:
tags:
- v*.*.*
- '!v*.*.*-**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
lint:
uses: ./.github/workflows/stage-lint.yml
test:
uses: ./.github/workflows/stage-test.yml
with:
live-test: true
publish:
needs: [test, lint]
uses: ./.github/workflows/stage-publish.yml
with:
goreleaser-args: -p 10 -f .goreleaser.yml --clean --skip=validate --timeout 60m0s --release-notes=CHANGELOG_PENDING.md