Skip to content

Commit a89be91

Browse files
authored
Fixed a small dependecy in build (#5)
1 parent ff683e0 commit a89be91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
assert-artifact:
133133
name: Assert artifacts
134134
if: ${{ github.ref == 'refs/heads/main' && always() }}
135-
needs: [build, pull-request, deploy-stage]
135+
needs: [build, pull-request, deploy-stage, semver-tag]
136136
runs-on: ubuntu-latest
137137
steps:
138138
- name: Setup Kosli cli

0 commit comments

Comments
 (0)