We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34cc37 commit 9047377Copy full SHA for 9047377
1 file changed
.github/workflows/release.yml
@@ -33,16 +33,17 @@ jobs:
33
- uses: actions/checkout@v4
34
with:
35
fetch-depth: 0
36
+
37
- uses: actions/setup-node@v4
38
39
node-version: "20.x"
40
registry-url: "https://registry.npmjs.org"
41
42
- name: Build NPM Package
- run: |
- bash ./scripts/create-npm-package.sh
43
+ run: bash ./scripts/create-npm-package.sh
44
45
- name: Publish npm packages
46
working-directory: dist/npm/squarecloud
47
+ run: npm publish --provenance --access public
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- npm publish --access public --non-interactive
0 commit comments