Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored Dec 6, 2023
1 parent 3399326 commit 53314e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:

# Commit
- name: Commit CHANGELOG.md and package.json changes and create tag
env:
HEXANCORE_BOT_TOKEN: ${{ secrets.HEXANCORE_BOT_TOKEN }}
#env:
# HEXANCORE_BOT_TOKEN: ${{ secrets.HEXANCORE_BOT_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "Hexancore Bot"
git remote set-url origin https://x-access-token:${{ env.HEXANCORE_BOT_TOKEN }}@github.com/${{ github.repository }}
#git remote set-url origin https://x-access-token:${{ env.HEXANCORE_BOT_TOKEN }}@github.com/${{ github.repository }}
git add "package.json"
git add "CHANGELOG.md"
git commit -m "chore: release ${{ env.NEW_VERSION }}"
Expand Down

0 comments on commit 53314e4

Please sign in to comment.