Skip to content

Commit 3ecc3de

Browse files
committed
ELI-338: Adds checkout step for tagging
1 parent 018ac65 commit 3ecc3de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
needs: publish_postman
159159
runs-on: ubuntu-latest
160160
steps:
161+
- name: Checkout repository
162+
uses: actions/checkout@v6
161163
- name: "Tag the dev & sandbox deployment"
162164
run: |
163165
git config user.name "github-actions"

0 commit comments

Comments
 (0)