-
-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix publishing / update dependencies (#1516)
- Loading branch information
Showing
3 changed files
with
286 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.