Skip to content

Commit

Permalink
ci: add standalone dry-run release workflow (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Feb 16, 2024
1 parent 262a52f commit 384efc0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Release Dry-run"

on:
workflow_dispatch:

jobs:
generate:
uses: ./.github/workflows/generate.yml

publish-dry-run:
needs: [generate]
uses: ./.github/workflows/publish-all.yml
secrets: inherit
with:
mode: "dry-run"

0 comments on commit 384efc0

Please sign in to comment.