Skip to content

Commit 0df4986

Browse files
chore(ci): display tag in dapp deployment workflow
1 parent 4c93c03 commit 0df4986

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333

3434
- name: Extract tag
3535
id: tag
36-
run: echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
36+
run: |
37+
echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
38+
echo "TAG: dev-${GITHUB_SHA}"
3739
3840
docker-publish:
3941
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)