Skip to content

Commit

Permalink
Merge pull request #13 from federated-wiki/fix/increase-base
Browse files Browse the repository at this point in the history
fix(ci): add call trigger for version increase
  • Loading branch information
almereyda authored Nov 9, 2023
2 parents 9f8f6a8 + c81c99a commit 08023ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/increase-base-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ on:
next-version:
required: true
type: string
workflow_call:
inputs:
previous-version:
required: true
type: string
next-version:
required: true
type: string

permissions:
pull-requests: write
Expand Down

0 comments on commit 08023ef

Please sign in to comment.