Skip to content

Use formatlist from pulumi-std (#314) #129

Use formatlist from pulumi-std (#314)

Use formatlist from pulumi-std (#314) #129

name: Publish Snapshot
on:
push:
branches: ['main', 'feature/**', 'feature-**']
paths-ignore:
- 'CHANGELOG.md'
- 'CHANGELOG_PENDING.md'
- 'README.md'
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.prerelease.yml --snapshot --clean --skip=validate --timeout 60m0s --release-notes=CHANGELOG_PENDING.md