wip: skipping dry run of version.sh

This commit is contained in:
Christopher Lowenthal 2022-11-01 11:01:19 -04:00
parent bed4f11d43
commit 257148c7cb

View file

@ -14,8 +14,8 @@ jobs:
with:
fetch-depth: 0
- run: echo $(git describe --tags)
- run: .github/workflows/version.sh
- run: echo "version=$(sh .github/workflows/version.sh)" >> $GITHUB_OUTPUT
# - run: .github/workflows/version.sh
- run: echo "version=$(.github/workflows/version.sh)" >> $GITHUB_OUTPUT
build-lattice:
runs-on: ubuntu-latest