Skip to content

Commit 6196edf

Browse files
authored
Allow releases from branches
1 parent a8a45ce commit 6196edf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
name: Check inputs
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Check release branch
26-
if: github.ref_name != 'master'
27-
run: |
28-
echo "::error::Release must be made on the master branch"
29-
#exit 1
25+
#- name: Check release branch
26+
# if: github.ref_name != 'master'
27+
# run: |
28+
# echo "::error::Release must be made on the master branch"
29+
# exit 1
3030
- name: Check version format
3131
shell: bash
3232
if: ${{ !contains(fromJSON('["major", "minor", "patch"]'), inputs.version) }}

0 commit comments

Comments
 (0)