Skip to content

Commit 6dece6e

Browse files
remove brackets
1 parent 02c92ff commit 6dece6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release:
2626
runs-on: ubuntu-latest
2727
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
28-
needs: [build]
28+
needs: build
2929
environment: release
3030
permissions:
3131
attestations: write

0 commit comments

Comments
 (0)