Skip to content

Commit 71f5d15

Browse files
committed
fix(ci): remove unused job name in requirements
1 parent 2e295da commit 71f5d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
create-draft-release:
105105
runs-on: ubuntu-latest
106-
needs: [prepare, release, publish-scarb-packages]
106+
needs: [prepare, publish-scarb-packages]
107107
env:
108108
GITHUB_USER: ${{ github.repository_owner }}
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)