feat(ci): Add a "verify release" action + workflow to the pipeline (#8929)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Richie Foreman
2025-09-22 16:30:42 -03:00
committed by GitHub
parent 710e00e02d
commit 93e022cee5
6 changed files with 180 additions and 25 deletions
+2 -1
View File
@@ -39,7 +39,7 @@ on:
jobs:
release:
runs-on: 'ubuntu-latest'
runs-on: 'self-hosted'
permissions:
contents: 'write'
packages: 'write'
@@ -77,6 +77,7 @@ jobs:
- name: 'Publish Release'
uses: './.github/actions/publish-release'
with:
force-skip-tests: '${{ github.event.inputs.force_skip_tests }}'
release-version: '${{ steps.release_info.outputs.RELEASE_VERSION }}'
release-tag: '${{ github.event.inputs.version }}'
npm-tag: '${{ github.event.inputs.npm_channel }}'