Skip to content

Commit a8a45ce

Browse files
authored
Allow releases from feature branches
1 parent bcb4d9d commit a8a45ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.ref_name != 'master'
2727
run: |
2828
echo "::error::Release must be made on the master branch"
29-
exit 1
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)