Skip to content

Commit e2ecdac

Browse files
authored
Fix release-package.yaml
1 parent 57b120b commit e2ecdac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
scope: '@pipe-cd'
2222
- run: npm ci
2323
- run: npm run build
24-
- run: npm publish
24+
- run: npm publish --provenance --access public
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)