Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
# triggering the postversion script that'll update the loader's version
# as well. If nothing was published, the version will still be '0.0.0'.
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
node node_modules/semantic-release/bin/semantic-release.js --unstable
cd lib/loader
if [ $(node -pe "require('./package.json').version") != "0.0.0" ]; then
Expand Down
Loading