We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adca274 + d1d39a8 commit 7508eebCopy full SHA for 7508eeb
.github/workflows/cd.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v2
18
- name: Set Tag & Environment
19
- id: tag_env
+ id: tag
20
run: |
21
export CI_COMMIT_SHORT_SHA=$(git describe --abbrev=7 --always --tags)
22
echo "::set-output name=tag::$CI_COMMIT_SHORT_SHA"
0 commit comments