Skip to content

Commit

Permalink
Fix semver-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-horton-ho-sas committed Dec 30, 2024
1 parent b2ea76b commit 612d012
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:

jobs:
version:
if: contains(github.event.pull_request.labels.*.name, 'skip-release') == false
runs-on: ubuntu-latest
environment: 'deployment'
permissions:
packages: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 612d012

Please sign in to comment.