Skip to content

Commit

Permalink
ci: update publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillipe Martins committed Apr 21, 2023
1 parent 366e699 commit 68e0d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Generate Release
if: steps.check.outputs.changed == 'true'
run: |
git config user.email "hi@inkasadev"
git config user.email "hi@inkasadev.com"
git config user.name "inks2d Bot"
git config advice.ignoredHook false
node scripts/create_release.js
Expand Down

0 comments on commit 68e0d55

Please sign in to comment.