Fixed workflow bug

This commit is contained in:
SwingTheVine 2025-07-23 20:19:36 -04:00
parent 4cb839157b
commit 73776fe86e

View file

@ -29,6 +29,10 @@ jobs:
npm version minor --no-git-tag-version
node update-version.js
- name: Set up GitHub token for pushing
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
- name: Commit and push built script
run: |
git config user.name "github-actions[bot]"