We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f775fcf commit cb9ea28Copy full SHA for cb9ea28
.github/workflows/release.yml
@@ -52,11 +52,11 @@ jobs:
52
version: ${{ github.event.inputs.versionName }}
53
54
- name: Commit & Push changes
55
- uses: actions-js/push@main
+ uses: actions-js/push@master
56
with:
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
message: Automatic release commits for ${{ github.event.inputs.versionName }}
59
- branch: main
+ branch: master
60
61
- name: Docker Build and Push
62
uses: philpotisk/github-action-docker-build-push@master
0 commit comments