Skip to content

Commit

Permalink
fix(ci): reinstate sudo --preserve-env before executing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 20, 2023
1 parent 76b06ab commit 0da0bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
YOUTUBE_CLIENTID_HASH: ${{ secrets.YOUTUBE_CLIENTID_HASH }}
YOUTUBE_SECRET: ${{ secrets.YOUTUBE_SECRET }}
YOUTUBE_SECRET_HASH: ${{ secrets.YOUTUBE_SECRET_HASH }}
run: |
run: >
sudo --preserve-env
./build-auto.sh "${{ matrix.distro }}" "${{ matrix.version }}"
- name: Upload OBS ${{ matrix.version }} for ${{ matrix.distro }} artefacts
env:
Expand Down

0 comments on commit 0da0bc6

Please sign in to comment.