Skip to content

Commit 8bf882b

Browse files
authored
update npm before releasing for OIDC connect (#155)
1 parent a69f0e6 commit 8bf882b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ jobs:
9595
- uses: actions/setup-node@v3
9696
with:
9797
registry-url: 'https://registry.npmjs.org'
98-
- run: npm publish ./datadog-native-appsec-${{ steps.package.outputs.version }}.tgz --provenance
98+
- run: npm install -g npm@latest
99+
- run: npm publish ./datadog-native-appsec-${{ steps.package.outputs.version }}.tgz

0 commit comments

Comments
 (0)