Skip to content

Commit 1946d22

Browse files
authored
chore(ci): Activate npm release pipeline (#149)
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 46a5ff0 commit 1946d22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ env:
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
@@ -98,9 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)