Skip to content

Commit 7cbe26a

Browse files
committed
Activate publish to NPMJS.org registry
1 parent 315bb64 commit 7cbe26a

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
cd ./scripts
2424
npm install
2525
./yaml2json < ../schemas/v1.0/schema.yaml > ../schemas/v1.0/schema.json
26-
cd ..
27-
ls -la ./schemas/v1.0/
2826
29-
# - name: Publish package
30-
# # --provenance enables the automatic generation of provenance statements
31-
# # --access public is only hard required for the initial release, but it doesn't hurt having it setup
32-
# run: npm publish --provenance --access public
33-
# env:
34-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
- name: Publish package
28+
# --provenance enables the automatic generation of provenance statements
29+
# --access public is only hard required for the initial release, but it doesn't hurt having it setup
30+
run: npm publish --provenance --access public
31+
env:
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)