Skip to content

Commit

Permalink
Merge pull request #477 from instaclustr/INS-32979
Browse files Browse the repository at this point in the history
INS-32979
  • Loading branch information
admintfprovider authored Nov 6, 2024
2 parents b4fe4d9 + 246d6d5 commit e965778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commands:
- run:
name: "Publish Release on GitHub"
command: |
go get github.com/tcnksm/ghr@0.16.2
go get github.com/tcnksm/ghr@v0.16.2
ghr -t ${GITHUB_TOKEN} \
-u ${CIRCLE_PROJECT_USERNAME} \
-r ${CIRCLE_PROJECT_REPONAME} \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr

VERSION=2.0.167
VERSION=2.0.168

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down

0 comments on commit e965778

Please sign in to comment.