Skip to content

Add additional properties to allow added fields to not break the sdk … #4

Add additional properties to allow added fields to not break the sdk …

Add additional properties to allow added fields to not break the sdk … #4

name: Publish Release
on:
push:
tags:
- v*.*.*
- '!v*.*.*-**'
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
jobs:
lint:
uses: ./.github/workflows/stage-lint.yml
test:
uses: ./.github/workflows/stage-test.yml
with:
enable-coverage: true
secrets: inherit
publish-sdks:
needs: [test, lint]
uses: ./.github/workflows/stage-publish-sdk.yml
with:
version: ${{ github.ref_name }}
prerelease: false
secrets: inherit