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 a0096e3 commit 52cd3f9Copy full SHA for 52cd3f9
.github/workflows/release.yml
@@ -12,8 +12,6 @@ jobs:
12
steps:
13
- name: Checkout project
14
uses: actions/checkout@v3
15
- with:
16
- fetch-depth: 0
17
- name: Setup Build Cache
18
uses: actions/cache@v1
19
with:
@@ -109,12 +107,7 @@ jobs:
109
107
run: |
110
108
git commit -m "[version bump]" -a
111
git tag -a release-$NEW_VERSION -m "[version bump]"
112
-
113
- - name: Push changes
114
- uses: ad-m/github-push-action@master
115
116
- github_token: ${{ secrets.GITHUB_TOKEN }}
117
- branch: ${{ github.ref }}
+ git push origin release-$NEW_VERSION
118
119
bump:
120
if: "!contains(github.event.head_commit.message, '[version bump]')"
0 commit comments