Skip to content

Commit a46a6f5

Browse files
author
PEZ
committed
Use current branch for bumping
1 parent 24436b2 commit a46a6f5

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
@@ -132,7 +132,7 @@ jobs:
132132
- name: Checkout
133133
uses: actions/checkout@v4
134134
with:
135-
ref: master
135+
ref: ${{ github.ref_name }}
136136

137137
- name: Setup Babashka
138138
uses: DeLaGuardo/[email protected]

0 commit comments

Comments
 (0)