Skip to content

Commit

Permalink
Merge pull request #22 from spacelift-io/future
Browse files Browse the repository at this point in the history
Fix issue with build not building sdks
  • Loading branch information
Yantrio authored Oct 11, 2022
2 parents c902b11 + ef131f2 commit 3b5ba38
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 3b5ba38

Please sign in to comment.