Skip to content

Commit c7828c0

Browse files
committed
chore: removed verify job in release action
1 parent c5c2ced commit c7828c0

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,15 @@ env:
3434

3535
jobs:
3636

37-
verify:
38-
name: Verify input
37+
release:
38+
name: Update the docs and release
3939
runs-on: ubuntu-latest
40-
40+
4141
steps:
4242
- name: Verify version
4343
id: verify_version
4444
run: grep -qE "^$regex$" <<< "$version"
4545

46-
release:
47-
name: Update the docs and release
48-
runs-on: ubuntu-latest
49-
needs: verify
50-
51-
steps:
5246
- name: Checkout code
5347
id: checkout
5448
uses: actions/checkout@v3

0 commit comments

Comments
 (0)