Skip to content

Commit

Permalink
fix release process
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <[email protected]>
  • Loading branch information
glours committed Feb 15, 2022
1 parent 8d38396 commit fe9db9b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -24,9 +24,11 @@ jobs:
with:
prerelease: true
draft: false
generateReleaseNotes: true
tag: ${{ github.event.inputs.tag }}
commit: "main"
- name: Configure AWS credentials
if: ${{ github.event.inputs.tag != '' }} # don't release if no tag is specified
uses: aws-actions/configure-aws-credentials@master
with:
role-to-assume: "arn:aws:iam::710015040892:role/ComposeSpecWebsite-20220215151844232500000002"
Expand Down

0 comments on commit fe9db9b

Please sign in to comment.