Skip to content

Commit

Permalink
fix: Fix publishing / update dependencies (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO authored Oct 22, 2020
1 parent 2e249e4 commit 32d10b4
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 254 deletions.
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 "[email protected]"
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

0 comments on commit 32d10b4

Please sign in to comment.