Skip to content

Commit a473021

Browse files
generate mock test
1 parent 53786fe commit a473021

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ jobs:
118118
# make terraform env=$ENVIRONMENT stack=api-layer tf-command=apply workspace=$WORKSPACE
119119
# working-directory: ./infrastructure
120120
#
121-
# - name: "Tag the dev deployment"
122-
# run: |
123-
# git config user.name "github-actions"
124-
# git config user.email "[email protected]"
125-
# git tag ${{ needs.metadata.outputs.version }}
126-
# git push origin ${{ needs.metadata.outputs.version }}
121+
- name: "Tag the dev deployment"
122+
run: |
123+
git config user.name "github-actions"
124+
git config user.email "[email protected]"
125+
git tag ${{ needs.metadata.outputs.version }}
126+
git push origin ${{ needs.metadata.outputs.version }}
127127
#
128128
# - name: "Notify Slack on PR merge"
129129
# uses: slackapi/[email protected]
File renamed without changes.

0 commit comments

Comments
 (0)