Skip to content

Commit

Permalink
fix: sha
Browse files Browse the repository at this point in the history
  • Loading branch information
CHN1807 committed Dec 31, 2024
1 parent b868010 commit 2a4a6b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- run: yarn install
- run: yarn run build

- name: Get short SHA
id: slug
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 2a4a6b2

Please sign in to comment.