Skip to content

Commit 52cd3f9

Browse files
committed
push single tag
1 parent a0096e3 commit 52cd3f9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout project
1414
uses: actions/checkout@v3
15-
with:
16-
fetch-depth: 0
1715
- name: Setup Build Cache
1816
uses: actions/cache@v1
1917
with:
@@ -109,12 +107,7 @@ jobs:
109107
run: |
110108
git commit -m "[version bump]" -a
111109
git tag -a release-$NEW_VERSION -m "[version bump]"
112-
113-
- name: Push changes
114-
uses: ad-m/github-push-action@master
115-
with:
116-
github_token: ${{ secrets.GITHUB_TOKEN }}
117-
branch: ${{ github.ref }}
110+
git push origin release-$NEW_VERSION
118111
119112
bump:
120113
if: "!contains(github.event.head_commit.message, '[version bump]')"

0 commit comments

Comments
 (0)