Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix(ci): use full sha for docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bst4r committed Aug 7, 2024
1 parent ee052a7 commit edd97c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo "previous-version=$(yq -r '.version' lerna.json)" >> "$GITHUB_OUTPUT"
npm run release
echo "released-version=$(yq -r '.version' lerna.json)" >> "$GITHUB_OUTPUT"
echo "released-sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
echo "released-sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
release_docker:
needs: [release_node]
Expand Down

0 comments on commit edd97c5

Please sign in to comment.