Skip to content

Commit

Permalink
Fix release in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Aug 12, 2022
1 parent f540e04 commit 0e2076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
publish:
needs: test
if: github.event_name == 'push' && github.repository == 'alexarchambault/mill-native-image'
if: github.event_name == 'push' && github.repository == 'coursier/echo'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0e2076c

Please sign in to comment.