We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7cacae + 1bf4227 commit 7cd9697Copy full SHA for 7cd9697
.github/workflows/release-components.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v4
39
40
- name: Setup Node.js
41
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
42
with:
43
node-version: 20
44
registry-url: 'https://registry.npmjs.org'
@@ -78,8 +78,8 @@ jobs:
78
79
- name: Publish @bscript/lang to npm
80
working-directory: ./lang
81
- run: npm publish --provenance || echo 'Failed or skipped publishing @bscript/lang'
+ run: npm publish || echo 'Failed or skipped publishing @bscript/lang'
82
83
- name: Publish @bscript/cli to npm
84
working-directory: ./cli
85
- run: npm publish --provenance || echo 'Failed or skipped publishing @bscript/cli'
+ run: npm publish || echo 'Failed or skipped publishing @bscript/cli'
0 commit comments