Skip to content

Commit 3b5f00e

Browse files
committed
ci(release): add lint and test as reqs
1 parent dc665d8 commit 3b5f00e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: ./
2626

2727
release:
28-
# needs:
29-
# - lint
30-
# - test
28+
needs:
29+
- lint
30+
- test
3131
name: Release
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)