Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
create-release:
name: Create Release
needs: tag
permissions:
contents: write
uses: ./.github/workflows/release.yml
with:
tag: ${{ needs.tag.outputs.next_stable_version }}
Expand All @@ -69,6 +71,20 @@ jobs:
publish:
name: Publish
needs: [tag, create-release]
permissions:
contents: write
checks: write
id-token: write
actions: read
deployments: read
discussions: read
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
uses: ./.github/workflows/publish.yml
with:
tag: ${{ needs.tag.outputs.next_stable_version }}