Skip to content

Commit

Permalink
update the release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syJSdev committed May 10, 2023
1 parent 3860a50 commit 848b06e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@ jobs:
git add "package.json"
git add "CHANGELOG.md"
git commit -m "chore: release ${{ env.NEW_VERSION }}"
git tag ${{ env.NEW_VERSION }}
# Push repository changes
- name: Push changes to repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin && git push --tags
git push origin
# Read version changelog
- id: get-changelog
Expand Down

0 comments on commit 848b06e

Please sign in to comment.