Skip to content

Commit

Permalink
fix: repair broken publish workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbrkfxrpt authored Nov 9, 2024
1 parent 21cd1a4 commit d38c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: [ build, typos ]
needs: publish
steps:
- uses: actions/checkout@v4
- name: Install SSH key
Expand Down

0 comments on commit d38c271

Please sign in to comment.