8000 change release ci flow · classmethod/athena-query@1afbb11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1afbb11

Browse files
committed
change release ci flow
1 parent ff41145 commit 1afbb11

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,7 @@ jobs:
4343
run: |
4444
pnpm version ${{ github.event.inputs.bumpType }}
4545
echo "VERSION=v$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
46-
- name: Commit and Push
47-
run: |
48-
git commit -am "Bump version up to ${{ steps.bump.outputs.VERSION }}"
4946
git push
50-
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
- name: Tag and Push
53-
run: |
54-
git tag ${{ steps.bump.outputs.VERSION }}
5547
git push --tag
5648
env:
5749
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0