Skip to content

Commit 1e35045

Browse files
committed
chore(workflow): update release.yml to use dynamic branch reference
1 parent 451a898 commit 1e35045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v4
5959
with:
60-
ref: main
60+
ref: ${{ github.ref }}
6161

6262
- name: Update app version
6363
run: |

0 commit comments

Comments
 (0)