Skip to content

Commit

Permalink
i#5145 v9.0: Update docs version number to 9.0 (#5413)
Browse files Browse the repository at this point in the history
The prior updates to other workflows seem to have
missed the docs one, which we update to 9.0 here.

Issue: #5145
  • Loading branch information
derekbruening authored Mar 10, 2022
1 parent fde0e15 commit 73e0e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# **********************************************************
# Copyright (c) 2020-2021 Google, Inc. All rights reserved.
# Copyright (c) 2020-2022 Google, Inc. All rights reserved.
# **********************************************************

# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# We only use a non-zero build # when making multiple manual builds in one day.
run: |
if test -z "${{ github.event.inputs.version }}"; then
export VERSION_NUMBER=8.0.$((`git log -n 1 --format=%ct` / (60*60*24)))
export VERSION_NUMBER=9.0.$((`git log -n 1 --format=%ct` / (60*60*24)))
else
export VERSION_NUMBER=${{ github.event.inputs.version }}
fi
Expand Down

0 comments on commit 73e0e9f

Please sign in to comment.