Skip to content

Commit

Permalink
edit release
Browse files Browse the repository at this point in the history
  • Loading branch information
szander committed Oct 14, 2024
1 parent 7c9d7db commit 31b06f0
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
npx standard-version
- name: Commit and push changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m "chore(release): bump version"
git push --follow-tags
git add .
git commit -m "chore(release): bump version"
git push --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 31b06f0

Please sign in to comment.