Skip to content

Commit

Permalink
build: fix invalid job name
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpointer0x00 committed May 4, 2024
1 parent 187407a commit 729890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
publish:
name: publish release
runs-on: ubuntu-latest
needs: release
needs: release-please
if: ${{ needs.release.outputs.paths_released != '[]' }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 729890a

Please sign in to comment.