This commit is contained in:
Igor Gov 2021-07-21 11:05:20 +03:00
parent eb67f76e2b
commit e883358cd6

View File

@ -76,9 +76,9 @@ jobs:
prerelease: ${{ github.ref != 'refs/heads/main' }}
bodyFile: 'cli/bin/README.md'
- shell: bash
run: echo '${{ steps.versioning.outputs.version }}' >> version.txt
run: echo '${{ steps.versioning.outputs.version }}' >> version.txt
- name: Upload version artifact
uses: actions/upload-artifact@v2
with:
name: version
path: version.txt
uses: actions/upload-artifact@v2
with:
name: version
path: version.txt