Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 13, 2024
1 parent d5a8ee2 commit 07736c2
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: 20.x
registry-url: "https://registry.npmjs.org"
scope: '@sst-provider'
scope: "@sst-provider"

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.10.0
Expand All @@ -45,14 +45,17 @@ jobs:

- run: make build_nodejs

- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
#- uses: goreleaser/goreleaser-action@v4
# with:
# distribution: goreleaser
# version: latest
# args: release --clean
# env:
# GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
# AUR_KEY: ${{ secrets.AUR_KEY }}

- run: yarn
working-directory: ./sdk/nodejs

- run: yarn publish
working-directory: ./sdk/nodejs
Expand Down

0 comments on commit 07736c2

Please sign in to comment.