We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d38396 commit fe9db9bCopy full SHA for fe9db9b
.github/workflows/deploy.yaml renamed to .github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
12
permissions:
13
id-token: write
14
- contents: read
+ contents: write
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
@@ -24,9 +24,11 @@ jobs:
24
with:
25
prerelease: true
26
draft: false
27
+ generateReleaseNotes: true
28
tag: ${{ github.event.inputs.tag }}
29
commit: "main"
30
- name: Configure AWS credentials
31
+ if: ${{ github.event.inputs.tag != '' }} # don't release if no tag is specified
32
uses: aws-actions/configure-aws-credentials@master
33
34
role-to-assume: "arn:aws:iam::710015040892:role/ComposeSpecWebsite-20220215151844232500000002"
0 commit comments