Skip to content

Commit

Permalink
debug npm release CI 11
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 f1e39ed commit 25702cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
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
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Upload python artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 25702cb

Please sign in to comment.