Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Feb 21, 2025
1 parent cfedf3c commit e585bda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# The test script itself will build alr

- name: Run test script
run: scripts/ci-github.sh
run: scripts/ci-github.sh test=false # REMOVE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
shell: bash
env:
BRANCH: ${{ github.base_ref }}
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
github.event_name == 'schedule'
|| github.event.inputs.release_nightly != 'false'
|| contains(github.event.pull_request.title, 'nightly')
needs: [build, build-macos-universal, release-info]
needs: [build, build-macos-universal]
runs-on: ${{ matrix.platform.os }}

strategy:
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
run: zip alr-nightly-bin-${{matrix.platform.id}}.zip bin/alr* LICENSE.txt alr-*.txt

- name: Upload to release
uses: pyTooling/Actions/releaser/composite@main
uses: pyTooling/Actions/releaser/composite@r4
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
run: mv alr.AppImage alr-nightly-x86_64.AppImage

- name: Upload to release
uses: pyTooling/Actions/releaser/composite@main
uses: pyTooling/Actions/releaser/composite@r4
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: nightly
Expand Down

0 comments on commit e585bda

Please sign in to comment.