File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments