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

Commit

Permalink
Fix allowed labels (#53)
Browse files Browse the repository at this point in the history
* Add match-label-action

* Rename step id

* Now with label

* Fix allowed values
  • Loading branch information
dwendland committed Mar 20, 2024
1 parent 9b75f22 commit 0797490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Match semver labels
uses: zwaldowski/match-label-action@v1
with:
allowed: major,minor,patch
allowed: major, minor, patch

- uses: zwaldowski/semver-release-action@v2
name: Semver release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- id: match-label
uses: zwaldowski/match-label-action@v1
with:
allowed: major,minor,patch
allowed: major, minor, patch

- uses: zwaldowski/semver-release-action@v2
with:
Expand Down

0 comments on commit 0797490

Please sign in to comment.