Skip to content

Commit

Permalink
Merge branch 'master' of github.com:powervs-ibm/terraform-provider-ib…
Browse files Browse the repository at this point in the history
…m into network-port-attach
  • Loading branch information
ismirlia committed Sep 9, 2024
2 parents 3b8f8d9 + acd65cd commit 891eac3
Show file tree
Hide file tree
Showing 427 changed files with 36,467 additions and 7,204 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 891eac3

Please sign in to comment.