Skip to content

Commit

Permalink
Persisting release_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
montross50 authored Jun 3, 2021
1 parent 11c99b5 commit ef34614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,11 @@ jobs:
echo $RELEASE_TAG > release_tag
./ghr -u codecov -r uploader --replace $RELEASE_TAG out
- persist_to_workspace:
root: .
paths:
- release_tag
release:
docker:
- image: google/cloud-sdk:342.0.0-slim
Expand Down

0 comments on commit ef34614

Please sign in to comment.