Skip to content

Commit

Permalink
debug npm release CI 13
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 24, 2024
1 parent 90c3e67 commit be8b88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make build_nodejs
cp -v ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz sdk/python.tar.gz
cd sdk/nodejs/bin/ && npm pack && cd ../../../
cp -v sdk/nodejs/bin/pulumi-outscale-*tgz sdk/nodejs.tar.gz
cp -v sdk/nodejs/bin/outscale-pulumi-outscale-*tgz sdk/nodejs.tar.gz
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit be8b88d

Please sign in to comment.