File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1616 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1717 PROVIDER : stackit
1818 PULUMI_GO_DEP_ROOT : ${{ github.workspace }}/..
19- # TODO: change to true if ready to release
20- PUBLISH_NPM : false
19+ PUBLISH_NPM : true
2120 # NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
2221 # NUGET_FEED_URL: https://api.nuget.org/v3/index.json
2322 # PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
9897 uses : JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # tag=v4.1.1
9998 with :
10099 access : " public"
101- # old way, we want to use Trusted publishers
102- # token: ${{ env.NPM_TOKEN }}
103- package : ${{github.workspace}}/sdk/nodejs/bin/package.json
100+ package : ${{github.workspace}}/sdk/nodejs/bin
104101 provenance : true
105102 - if : ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
106103 name : publish nuget package
You can’t perform that action at this time.
0 commit comments