We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b120b commit e2ecdacCopy full SHA for e2ecdac
1 file changed
.github/workflows/release-package.yaml
@@ -21,6 +21,6 @@ jobs:
21
scope: '@pipe-cd'
22
- run: npm ci
23
- run: npm run build
24
- - run: npm publish
+ - run: npm publish --provenance --access public
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments