Skip to content

Commit

Permalink
Fix with bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Dec 21, 2022
1 parent cd77de6 commit e4181f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.HASHICORP_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.HASHICORP_GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
NAMESPACE=wdew
NAME=whatsmyip
BINARY=terraform-provider-${NAME}
VERSION=0.2
VERSION=1.0.1
OS_ARCH=darwin_arm64

default: install
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion terraform-bundle.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ terraform {
}

providers {
learn = ["0.0.1"]
whatsmyip = ["1.0.1"]
}

0 comments on commit e4181f0

Please sign in to comment.