We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9fb4f commit 184d1bdCopy full SHA for 184d1bd
.github/workflows/release.yml
@@ -67,6 +67,7 @@ jobs:
67
- name: Push Changes
68
uses: ad-m/github-push-action@master
69
with:
70
+ repository: ${{ github.repository }}
71
branch: develop
72
ssh: true
73
@@ -134,6 +135,7 @@ jobs:
134
135
136
137
138
139
branch: stable
140
tags: true
141
@@ -238,6 +240,7 @@ jobs:
238
240
239
241
242
243
244
245
246
0 commit comments