Skip to content

Commit bfc0561

Browse files
authored
Merge pull request #297 from nscuro/enable-releasing-from-release-branch--4.6.x
Enable release creation from non-master branches
2 parents c913680 + 5e43c4f commit bfc0561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
npm version ${{ github.event.inputs.version-to-bump }} -m "prepare-release: set version to %s"
3838
39-
git push origin "HEAD:refs/heads/master"
39+
git push origin "HEAD:${{ github.ref }}"
4040
4141
- name: Create GitHub Release
4242
env:

0 commit comments

Comments
 (0)