Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 12, 2024
1 parent 78379f4 commit 5fe1a8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@ jobs:
with:
node-version: 20.x

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.10.0
with:
repo: pulumi/pulumictl

- name: Go Mod
working-directory: ./provider
run: go mod download

- run: make build_nodejs

- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand All @@ -45,8 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}

- run: make build_nodejs

- run: yarn npm publish
working-directory: ./sdk/nodejs
env:
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
archives:
- id: archive
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
before:
hooks:
- make tfgen
builds:
- binary: pulumi-resource-namecheap
dir: provider
Expand Down

0 comments on commit 5fe1a8c

Please sign in to comment.