Skip to content

Commit b46a72a

Browse files
committed
Switched Actions for releases
1 parent 0cffb47 commit b46a72a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
tags:
77
- "v*.*.*"
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
test:
1114
uses: moritzheiber/terraform-aws-oidc-github-actions-module/.github/workflows/test.yaml@main
@@ -14,8 +17,8 @@ jobs:
1417
runs-on: ubuntu-20.04
1518
steps:
1619
- uses: actions/checkout@v3
17-
- uses: "marvinpinto/action-automatic-releases@latest"
18-
name: Create release
20+
- name: Release
21+
uses: softprops/action-gh-release@v1
1922
with:
20-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2123
prerelease: false
24+
generate_release_notes: true

0 commit comments

Comments
 (0)