We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa07515 commit cd699f3Copy full SHA for cd699f3
.github/workflows/publish.yml
@@ -32,12 +32,8 @@ jobs:
32
git config --local user.email "${{ secrets.GIT_USER_EMAIL }}"
33
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
34
git commit -am "Update version"
35
-
36
- - name: Push changes
37
- uses: ad-m/github-push-action@master
38
- with:
39
- github_token: ${{ secrets.GITHUB_TOKEN }}
40
- branch: ${{ github.ref }}
+ git push origin ${{ github.ref }}
+
41
42
build:
43
needs: [version]
0 commit comments