Skip to content

Commit 9be19b2

Browse files
committed
fix(workflow): github actions depends on for release
1 parent 02d341e commit 9be19b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
destination_dir: ${{ env.RELEASE_TAG_VERSION }}/api
8989

9090
sync_master:
91-
needs: upload
91+
needs: release
9292
runs-on: ubuntu-latest
9393
steps:
9494
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)