Skip to content

Commit

Permalink
Merge pull request #1640 from onflow/jribbink/fix-commit
Browse files Browse the repository at this point in the history
Fix commit in `flow version`
  • Loading branch information
chasefleming authored Jun 4, 2024
2 parents 432fbc7 + 64c9597 commit 76ab013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
echo 'LILICO_TOKEN=${{ secrets.LILICO_TOKEN }}' >> .release-env
echo 'APP_VERSION=$(basename ${GITHUB_REF})' >> .release-env
echo 'BUILD_TIME=$(date --iso-8601=seconds)' >> .release-env
echo 'VERSION=${{ github.ref_name }}' >> .release-env
echo 'COMMIT=${{ github.sha }}' >> .release-env
echo 'VERSION=${{ git describe --tags --abbrev=0 }}' >> .release-env
echo 'COMMIT=${{ git rev-parse HEAD }}' >> .release-env
echo 'GITHUB_TOKEN=${{ secrets.FLOW_CLI_RELEASE }}' >> .release-env
- name: Build and Release
run: make release

0 comments on commit 76ab013

Please sign in to comment.