Skip to content

Autocomplete on the retainOnDelete resource option (#102) #10

Autocomplete on the retainOnDelete resource option (#102)

Autocomplete on the retainOnDelete resource option (#102) #10

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
publish:
needs: [test, lint]
uses: ./.github/workflows/stage-publish.yml
secrets: inherit
with:
goreleaser-args: -p 10 -f .goreleaser.yml --clean --skip=validate --timeout 60m0s --release-notes=CHANGELOG_PENDING.md
vsce-full-release: true