Skip to content

Commit

Permalink
Fix repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Jul 4, 2024
1 parent 245940b commit f655d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
gradle-version: release-candidate
arguments: build
cache-read-only: ${{ github.repository_owner != 'emmods' }}
cache-read-only: ${{ github.repository_owner != 'triphora' }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
gradle-version: release-candidate
arguments: neoforge:modrinth fabric:modrinth
cache-read-only: ${{ github.repository_owner != 'emmods' }}
cache-read-only: ${{ github.repository_owner != 'triphora' }}
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
VERSION_NAME: ${{ inputs.version_name }}
Expand Down

0 comments on commit f655d5b

Please sign in to comment.