We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d5413 commit 642b15cCopy full SHA for 642b15c
.github/workflows/build.yaml
@@ -57,10 +57,10 @@ jobs:
57
with:
58
# Fetch all history instead of the latest commit
59
fetch-depth: 0
60
+ - name: Write version file
61
+ run: python scripts/write-version.py
62
- name: Get and set version in env
- run: |
- python scripts/write-version.py
63
- echo "CURRENT_VERSION=$( python -c 'from buildrunner.version import __version__; print(__version__)' )" >> $GITHUB_ENV
+ run: echo "CURRENT_VERSION=$( python -c 'from buildrunner.version import __version__; print(__version__)' )" >> $GITHUB_ENV
64
- name: Print current version
65
run: echo CURRENT_VERSION ${{ env.CURRENT_VERSION }}
66
- name: Tag commit
0 commit comments