Skip to content

Commit

Permalink
Fix missing release permission
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 21, 2024
1 parent 11e4218 commit 109db60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
steps:
- name: Free up disk space
run: sudo rm -rf /usr/local/lib/android
Expand Down Expand Up @@ -74,7 +75,8 @@ jobs:
registry: ghcr.io/hulks
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: softprops/action-gh-release@v2
- name: Release NAO image and SDK
uses: softprops/action-gh-release@v2
with:
name: HULKs-OS ${{ github.ref_name }}
body: Flashable image containing HULKs-OS ${{ github.ref_name }} and the corresponding SDK with the toolchain and other tools targeting HULKs-OS, for instructions see https://hulks.de/hulk/setup/overview/
Expand Down

0 comments on commit 109db60

Please sign in to comment.