Skip to content

Commit ecad42c

Browse files
committed
build: update release workflow step
1 parent 2c8a28f commit ecad42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: ad-m/github-push-action@master
7171
with:
7272
github_token: ${{ secrets.PAT_TOKEN }}
73-
branch: master
73+
branch: ${{ github.ref }}
7474
- name: notice when job fails
7575
if: failure()
7676
uses: 8398a7/[email protected]

0 commit comments

Comments
 (0)