Skip to content

Commit

Permalink
Disable guard
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Nov 7, 2023
1 parent aa39de8 commit 0b14734
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:


steps:
- name: is branch valid for release
if: ${{ !startsWith(github.ref_name , 'release/') }}
run: |
echo "Releases must be trigged on branch named 'release/x.x.x'"
exit 1
# - name: is branch valid for release
# if: ${{ !startsWith(github.ref_name , 'release/') }}
# run: |
# echo "Releases must be trigged on branch named 'release/x.x.x'"
# exit 1

- name: Check tag is valid for release
if: env.PRE_RELEASE == 'false'
Expand Down

0 comments on commit 0b14734

Please sign in to comment.