Skip to content

Commit

Permalink
ci: fix release action (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored Mar 28, 2024
1 parent 4366446 commit 7bf30ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: terraform-module

0 comments on commit 7bf30ad

Please sign in to comment.