Skip to content

Commit b1354ef

Browse files
authored
Make sure release actually runs (#616)
FFS
1 parent a667743 commit b1354ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
# project_names: ${{ env.PROJECT_NAME }}
2626
build:
2727
runs-on: ubuntu-latest
28-
needs: [test]
2928
steps:
3029
- name: Checkout
3130
uses: actions/checkout@v2
@@ -45,7 +44,7 @@ jobs:
4544
retention-days: 1
4645
release:
4746
runs-on: ubuntu-latest
48-
needs: [test, build]
47+
needs: [build]
4948
permissions:
5049
contents: write
5150
steps:

0 commit comments

Comments
 (0)