We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69f0e6 commit 8bf882bCopy full SHA for 8bf882b
.github/workflows/release.yml
@@ -95,4 +95,5 @@ jobs:
95
- uses: actions/setup-node@v3
96
with:
97
registry-url: 'https://registry.npmjs.org'
98
- - run: npm publish ./datadog-native-appsec-${{ steps.package.outputs.version }}.tgz --provenance
+ - run: npm install -g npm@latest
99
+ - run: npm publish ./datadog-native-appsec-${{ steps.package.outputs.version }}.tgz
0 commit comments