Skip to content

Commit

Permalink
Make sure release actually runs (#616)
Browse files Browse the repository at this point in the history
FFS
  • Loading branch information
Callisto13 authored Jan 13, 2023
1 parent a667743 commit b1354ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
# project_names: ${{ env.PROJECT_NAME }}
build:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -45,7 +44,7 @@ jobs:
retention-days: 1
release:
runs-on: ubuntu-latest
needs: [test, build]
needs: [build]
permissions:
contents: write
steps:
Expand Down

0 comments on commit b1354ef

Please sign in to comment.