Skip to content

Commit

Permalink
fixing release build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Oct 16, 2024
1 parent 2898b46 commit 65d134b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
exit 1
fi
- name: Bump version and push
env:
GH_TOKEN: ${{ secrets.PARALLELS_WORKFLOW_PAT }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "cjlapao"
Expand Down

0 comments on commit 65d134b

Please sign in to comment.