Skip to content

Commit

Permalink
Switched Actions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Jul 27, 2022
1 parent 0cffb47 commit b46a72a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
tags:
- "v*.*.*"

permissions:
contents: write

jobs:
test:
uses: moritzheiber/terraform-aws-oidc-github-actions-module/.github/workflows/test.yaml@main
Expand All @@ -14,8 +17,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: "marvinpinto/action-automatic-releases@latest"
name: Create release
- name: Release
uses: softprops/action-gh-release@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
generate_release_notes: true

0 comments on commit b46a72a

Please sign in to comment.