Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed Jun 8, 2024
1 parent f76fbbf commit e6064bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-pulumi-gotiac-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: true
matrix:
version:
- 'v0.1.6'
- 'v0.1.7'
binary:
- pulumi-resource-gotiac
goversion:
Expand Down Expand Up @@ -114,6 +114,9 @@ jobs:
python-version: ${{matrix.pythonversion}}
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Build binary
working-directory: ./packages/pulumi-gotiac-aws
run: make build_provider
- name: Build SDK
working-directory: ./packages/pulumi-gotiac-aws
run: make build_${{ matrix.language }}_sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi-gotiac-aws/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.1.6
VERSION := 0.1.7

PACK := gotiac
PACKDIR := sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi-gotiac-aws/provider/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package version

// Version is initialized by the Go linker to contain the semver of this build.
var Version string = "0.1.6"
var Version string = "0.1.7"

0 comments on commit e6064bf

Please sign in to comment.