Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
duckontheweb committed Jun 18, 2021
1 parent c8f407b commit 9a5ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
if: ${{ github.repository }} == 'stac-utils/pystac'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 9a5ce89

Please sign in to comment.