Skip to content

Commit cb9ea28

Browse files
committed
Fixed branch in release.yml
1 parent f775fcf commit cb9ea28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
version: ${{ github.event.inputs.versionName }}
5353

5454
- name: Commit & Push changes
55-
uses: actions-js/push@main
55+
uses: actions-js/push@master
5656
with:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
5858
message: Automatic release commits for ${{ github.event.inputs.versionName }}
59-
branch: main
59+
branch: master
6060

6161
- name: Docker Build and Push
6262
uses: philpotisk/github-action-docker-build-push@master

0 commit comments

Comments
 (0)