Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Now with label (#52)
Browse files Browse the repository at this point in the history
* Add match-label-action

* Rename step id

* Now with label
  • Loading branch information
dwendland authored Mar 20, 2024
1 parent e72e6f3 commit 9b75f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
java-package: jdk

- id: match-label
name: Match semver labels
uses: zwaldowski/match-label-action@v1
with:
allowed: major,minor,patch

- uses: zwaldowski/semver-release-action@v2
name: Semver release
with:
dry_run: true
bump: ${{ steps.match-label.outputs.match }}
Expand Down

0 comments on commit 9b75f22

Please sign in to comment.