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 7dceb86 commit 541cba9Copy full SHA for 541cba9
.github/workflows/release.yml
@@ -94,13 +94,13 @@ jobs:
94
with:
95
github_token: ${{ secrets.GITHUB_TOKEN }}
96
branch: "v2"
97
- - name: Push changes v2
+ - name: Push changes v3
98
uses: ad-m/github-push-action@master
99
if: ${{ startsWith(github.event.release.tag_name, 'v3.' ) }}
100
101
102
branch: "v3"
103
- - name: Push changes v3
+ - name: Push changes v4
104
105
if: ${{ startsWith(github.event.release.tag_name, 'v4.' ) }}
106
0 commit comments