Skip to content

Commit

Permalink
Fix landingpage, supervisor release permission
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin committed Dec 9, 2024
1 parent 787fba8 commit d3868f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
name: Release landing-page frontend
if: github.event.release.prerelease == false
runs-on: ubuntu-latest
permissions:
contents: write # Required to upload release assets
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down Expand Up @@ -113,6 +115,8 @@ jobs:
name: Release supervisor frontend
if: github.event.release.prerelease == false
runs-on: ubuntu-latest
permissions:
contents: write # Required to upload release assets
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down

0 comments on commit d3868f5

Please sign in to comment.