Skip to content

Commit 7508eeb

Browse files
author
Christina Harlow
authored
Merge pull request #44 from mozilla/SE-2091-id-repair
fix dumb id error in CD GHA workflow
2 parents adca274 + d1d39a8 commit 7508eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v2
1818
- name: Set Tag & Environment
19-
id: tag_env
19+
id: tag
2020
run: |
2121
export CI_COMMIT_SHORT_SHA=$(git describe --abbrev=7 --always --tags)
2222
echo "::set-output name=tag::$CI_COMMIT_SHORT_SHA"

0 commit comments

Comments
 (0)