Skip to content

Commit

Permalink
Merge pull request #52 from HENNGE/bump-to-v1.0.8
Browse files Browse the repository at this point in the history
chore: Bump version to v1.0.8
  • Loading branch information
sharu1204 authored Mar 4, 2024
2 parents 6c134e0 + 3cc1057 commit 8d0cd0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
name: Update release draft
steps:
- uses: release-drafter/release-drafter@v5.22.0
- uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ jobs:
- uses: actions/checkout@v2

- name: Update terraform
uses: HENNGE/[email protected].7
uses: HENNGE/[email protected].8
with:
resource: "terraform"
file_path: "./tf/config.tf"

- name: Update terraform provider
uses: HENNGE/[email protected].7
uses: HENNGE/[email protected].8
with:
resource: "provider"
provider_name: "aws"
file_path: "./tf/config.tf"

- name: Update terraform module
uses: HENNGE/[email protected].7
uses: HENNGE/[email protected].8
with:
resource: "module"
module_name: "terraform-aws-modules/vpc/aws"
Expand Down

0 comments on commit 8d0cd0d

Please sign in to comment.