Skip to content

Commit

Permalink
Add prefix to build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 24, 2023
1 parent 4dfeea7 commit 2b31a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
BUILD_TAG="${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
echo "${BUILD_TAG}"
echo "BUILD_TAG=${BUILD_TAG}" >> $GITHUB_ENV
echo "BUILD_TAG=build-${BUILD_TAG}" >> $GITHUB_ENV
- name: Tag build
run: |
Expand Down

0 comments on commit 2b31a7e

Please sign in to comment.