Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebra committed Mar 5, 2024
1 parent 5d5237e commit 87a15a8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: .github/workflows/reusable-update-release-candidate-notes.yml
uses: ./.github/workflows/reusable-update-release-candidate-notes.yml
with:
branch-with-candidate-code: ${{ inputs.candidate-branch }}

Expand All @@ -25,16 +25,17 @@ jobs:
permissions:
id-token: write
contents: write
uses: .github/workflows/reusable-update-release-candidate-notes.yml
uses: ./.github/workflows/reusable-update-release-candidate-notes.yml

publish-release-no-candidate:
name: Publish live release and don't alter candidate
permissions:
id-token: write
contents: write
uses: .github/workflows/reusable-create-release-notes.yml
uses: ./.github/workflows/reusable-create-release-notes.yml
with:
auto-clear-release-candidate-notes: false
tag: ${{ github.run_id }}

publish-release-clear-candidate:
needs:
Expand All @@ -43,7 +44,9 @@ jobs:
permissions:
id-token: write
contents: write
uses: .github/workflows/reusable-create-release-notes.yml
uses: ./.github/workflows/reusable-create-release-notes.yml
with:
tag: ${{ github.run_id }}

assert-url:
name: Check Release URLs
Expand Down

0 comments on commit 87a15a8

Please sign in to comment.