Skip to content

Commit

Permalink
Merge branch 'master' into deprecating_alias_bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
arshabbir authored Sep 11, 2024
2 parents 34239e3 + 4712cab commit 62a683e
Show file tree
Hide file tree
Showing 306 changed files with 30,334 additions and 5,534 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
version: v1.26.2
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ vendor/
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/

!jenkins/workflow.xml
*.sh

!createaddon.sh
Expand Down
Loading

0 comments on commit 62a683e

Please sign in to comment.