Skip to content

Commit

Permalink
github/workflows/nightly stamp dist
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622029995
  • Loading branch information
proppy authored and copybara-github committed Apr 5, 2024
1 parent b103ee8 commit c913fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
VERSION=$(git describe --match=v*)
TAG_EXISTS="$(git tag -l $VERSION)"
bazel build -c opt --embed_label=${VERSION} --//dist:version=${VERSION} --//dist:os=${RUNNER_OS@L} --//dist:arch=${RUNNER_ARCH@L} -- //dist:xls_dist_tar
bazel build -c opt --stamp --embed_label=${VERSION} --//dist:version=${VERSION} --//dist:os=${RUNNER_OS@L} --//dist:arch=${RUNNER_ARCH@L} -- //dist:xls_dist_tar
echo "VERSION=${VERSION}" >> ${GITHUB_ENV}
echo "TAG_EXISTS=${TAG_EXISTS}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit c913fe5

Please sign in to comment.