Skip to content

Commit d5369d6

Browse files
committed
ELI-338: Adds dependency for version in tagging
1 parent 3ecc3de commit d5369d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
-H "Content-Type: application/json" \
155155
-d @wrapped_collection.json
156156
157-
publish:
158-
needs: publish_postman
157+
tag_deployment:
158+
needs: [metadata, publish_postman]
159159
runs-on: ubuntu-latest
160160
steps:
161161
- name: Checkout repository
@@ -168,7 +168,7 @@ jobs:
168168
git push origin ${{ needs.metadata.outputs.version }}
169169
170170
notify_slack:
171-
needs: publish
171+
needs: tag_deployment
172172
runs-on: ubuntu-latest
173173
steps:
174174
- name: "Notify Slack on PR merge"

0 commit comments

Comments
 (0)