Skip to content

Commit

Permalink
πŸ› fix: release not needs any other job
Browse files Browse the repository at this point in the history
  • Loading branch information
drackp2m committed Nov 3, 2024
1 parent 4dbbe44 commit 91a6f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ concurrency:
jobs:
release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 91a6f5f

Please sign in to comment.