feat(publish): add skip_platform input to workflow
This commit is contained in:
parent
681cc566b4
commit
710670660c
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -17,6 +17,11 @@ on:
|
|||||||
description: "Override version (e.g., 3.0.0-beta.6 for beta release). Takes precedence over bump."
|
description: "Override version (e.g., 3.0.0-beta.6 for beta release). Takes precedence over bump."
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
skip_platform:
|
||||||
|
description: "Skip platform binary packages (use when already published)"
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
@ -138,6 +143,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUMP: ${{ inputs.bump }}
|
BUMP: ${{ inputs.bump }}
|
||||||
VERSION: ${{ inputs.version }}
|
VERSION: ${{ inputs.version }}
|
||||||
|
SKIP_PLATFORM_PACKAGES: ${{ inputs.skip_platform }}
|
||||||
CI: true
|
CI: true
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_CONFIG_PROVENANCE: true
|
NPM_CONFIG_PROVENANCE: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user