Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVIDER: stackit
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
# TODO: change to true if ready to release
PUBLISH_NPM: false
PUBLISH_NPM: true
#NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
#NUGET_FEED_URL: https://api.nuget.org/v3/index.json
#PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
Expand Down Expand Up @@ -98,9 +97,7 @@ jobs:
uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # tag=v4.1.1
with:
access: "public"
# old way, we want to use Trusted publishers
# token: ${{ env.NPM_TOKEN }}
package: ${{github.workspace}}/sdk/nodejs/bin/package.json
package: ${{github.workspace}}/sdk/nodejs/bin
provenance: true
- if: ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
name: publish nuget package
Expand Down
Loading