Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 25, 2024
1 parent 9ebce7c commit d5c7366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Fetch remote branches
run: |
git fetch origin --depth=1
echo "::debug::$(git describe --exact-match HEAD)"
- name: Check if on permitted branch
id: permitted
Expand All @@ -36,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
needs: check_branch

if: ${{ github.repository_owner == 'Pessimistress' && needs.check_branch.outputs.should_build }}
if: ${{ github.repository_owner == 'visgl' && needs.check_branch.outputs.should_build }}

env:
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}
Expand Down

0 comments on commit d5c7366

Please sign in to comment.