Skip to content

Commit

Permalink
fix build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed Mar 18, 2022
1 parent 0484f48 commit bee6235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edge-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: echo ${{ steps.git-ref.outputs.GIT_REF }}
- name: get build tag
id: build-tag
run: echo "::set-output name=BUILD_TAG::$(git rev-parse $(cat /tmp/tag))"
run: echo "::set-output name=BUILD_TAG::$(cat /tmp/tag)"
- name: echo build-tag
run: echo ${{ steps.build-tag.outputs.BUILD_TAG }}
- name: get year month date hour minutes
Expand Down

0 comments on commit bee6235

Please sign in to comment.