Skip to content

Commit 32d10b4

Browse files
authored
fix: Fix publishing / update dependencies (#1516)
1 parent 2e249e4 commit 32d10b4

File tree

3 files changed

+286
-254
lines changed

3 files changed

+286
-254
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
# triggering the postversion script that'll update the loader's version
3131
# as well. If nothing was published, the version will still be '0.0.0'.
3232
run: |
33+
git config --global user.name "GitHub Actions"
34+
git config --global user.email "[email protected]"
3335
node node_modules/semantic-release/bin/semantic-release.js --unstable
3436
cd lib/loader
3537
if [ $(node -pe "require('./package.json').version") != "0.0.0" ]; then

0 commit comments

Comments
 (0)