Skip to content

Commit

Permalink
Only package if a major, minor, or patch label exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Feb 12, 2023
1 parent 497df18 commit 3af30ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
name: Package and push
runs-on: ubuntu-latest
steps:
- name: Require a label and version bump to package and release
uses: mheap/github-action-required-labels@v2
with:
mode: exactly
count: 1
labels: "major,minor,patch"
- uses: actions/checkout@v2
with:
persist-credentials: false
Expand Down

0 comments on commit 3af30ed

Please sign in to comment.