Skip to content

Commit 0d19d56

Browse files
committed
[skip ci] make release workflow to just publish
1 parent 2d17c43 commit 0d19d56

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ on:
55
- '*'
66

77
jobs:
8-
test:
9-
uses: ./.github/workflows/run-tests.yml
108
publish:
11-
needs: [ test ]
129
uses: ./.github/workflows/publish-release.yml
1310
secrets: inherit
14-
deploy:
15-
needs: [ publish ]
16-
uses: ./.github/workflows/deploy-website.yml
17-
permissions:
18-
contents: read
19-
pages: write
20-
id-token: write

0 commit comments

Comments
 (0)