Skip to content

Commit

Permalink
Fix CI version for released builds. (#50)
Browse files Browse the repository at this point in the history
* Fix CI version for released builds.

* Fix typo.
  • Loading branch information
floitsch authored Sep 9, 2022
1 parent a074f44 commit e02ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ jobs:
echo -n $BUILD_VERSION > LATEST.tmp
gsutil cp LATEST.tmp gs://$BUCKET/$BUCKET_PATH/RELEASED
gsutil cp LATEST.tmp gs://$BUCKET/$BUCKET_PATH/RELEASED.$TOIT_VERSION
gsutil cp LATEST.tmp gs://$BUCKET/$BUCKET_PATH/RELEASED.$BUILD_VERSION

0 comments on commit e02ce05

Please sign in to comment.