Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2eqe authored Oct 11, 2023
1 parent d7b6306 commit 88a8a94
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
with:
node-version: 16
- run: npm version patch
- name: Git push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GIT_USER_TOKEN }}
branch: main
tags: true
- run: git push origin main --tags
- uses: actions/upload-artifact@v3
with:
name: src
Expand Down

0 comments on commit 88a8a94

Please sign in to comment.