Skip to content

Release

Release #5

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
version:
type: choice
required: true
description: "Version bump type"
options:
- patch
- minor
- major
permissions:
id-token: write
checks: write
jobs:
release:

Check failure on line 19 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 19, Col: 3): Error calling workflow 'SolaceDev/solace-public-workflows/.github/workflows/[email protected]'. The workflow is requesting 'contents: write', but is only allowed 'contents: none'.

Check failure on line 19 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 19, Col: 3): Error calling workflow 'SolaceDev/solace-public-workflows/.github/workflows/[email protected]'. The workflow is requesting 'contents: write', but is only allowed 'contents: none'.
uses: SolaceDev/solace-public-workflows/.github/workflows/[email protected]
with:
version: ${{ github.event.inputs.version }}
pypi-project: solace-ai-connector
secrets:
COMMIT_KEY: ${{ secrets.COMMIT_KEY }}