Skip to content

Commit

Permalink
馃悰馃槵 Fix for misnamed env variable (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Sep 19, 2023
1 parent 890f1ca commit 8ddcdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
exit 1
fi
- run: |-
echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
echo "SHA=sha-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
id: info
Expand Down

0 comments on commit 8ddcdfc

Please sign in to comment.