Skip to content

Commit 9a5ce89

Browse files
committed
Fix release build
1 parent c8f407b commit 9a5ce89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
name: release
1111
runs-on: ubuntu-latest
12-
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
12+
if: ${{ github.repository }} == 'stac-utils/pystac'
1313
steps:
1414
- uses: actions/checkout@v2
1515

0 commit comments

Comments
 (0)