Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio committed Oct 11, 2022
1 parent 6b60e83 commit ef131f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
python-version: 3.7
- name: Print version
run: pulumictl get version
- name: Build SDKs
run: make build_sdks
- name: Set NPM auth token
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- name: Publish npm package.
run: cd sdk/nodejs/bin && npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build dotnet package
run: make build_dotnet
- name: Package dotnet
run: cd sdk/dotnet && dotnet pack --configuration Release /p:Version=$(git describe --tags --abbrev=0 | sed 's/^v//g')
- name: Create NuGet config
Expand Down

0 comments on commit ef131f2

Please sign in to comment.