1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

adding in expr

This commit is contained in:
Joseph Flinn 2021-02-02 12:16:33 -08:00
parent a9fee41174
commit cbcc12f450

View File

@ -36,7 +36,7 @@ jobs:
id: gen_vars
run: |
repo_url="https://github.com/${{ env.GITHUB_REPOSITORY }}.git"
build_num=$(${{ env.GITHUB_RUN_NUMBER }} + 3000)
build_num=$(expr ${{ env.GITHUB_RUN_NUMBER }} + 3000)
echo "::set-output name=repo_url::$repo_url"
echo "::set-output name=adj_build_number::$build_num"