We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e249e4 commit 32d10b4Copy full SHA for 32d10b4
3 files changed
.github/workflows/publish.yml
@@ -30,6 +30,8 @@ jobs:
30
# triggering the postversion script that'll update the loader's version
31
# as well. If nothing was published, the version will still be '0.0.0'.
32
run: |
33
+ git config --global user.name "GitHub Actions"
34
+ git config --global user.email "actions@github.com"
35
node node_modules/semantic-release/bin/semantic-release.js --unstable
36
cd lib/loader
37
if [ $(node -pe "require('./package.json').version") != "0.0.0" ]; then
0 commit comments