Skip to content

Commit

Permalink
improve release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zen committed Dec 12, 2020
1 parent 2c144ff commit c879bff
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 @@ -31,7 +31,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
COMMIT_HASH: ${{ github.sha }}
VERSION: ${{ github.event.release.tag_name#v }}
VERSION: ${{ github.event.release.tag_name | sed -e 's/^v//' }}
EARTHLY_BUILD_ARGS: "BRANCH_NAME,COMMIT_HASH,VERSION"
EARTHLY_SECRETS: "CODECOV_TOKEN"
run: earth --push +all

0 comments on commit c879bff

Please sign in to comment.