fix: use RELEASE_VERSION for BUILD_SOURCEVERSION (#1293)

This commit is contained in:
Baptiste Augrain
2022-10-16 23:55:34 +02:00
committed by GitHub
parent fc8e62c908
commit e14a115b0e
3 changed files with 6 additions and 12 deletions

View File

@@ -128,7 +128,7 @@ jobs:
- name: Get version
env:
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
run: echo "PACKAGE_VERSION=${RELEASE_VERSION/-*/}" >> $GITHUB_ENV
run: echo "PACKAGE_VERSION=${RELEASE_VERSION/-*/}" >> "${GITHUB_ENV}"
- name: Publish vscodium-insiders-bin
uses: zokugun/github-actions-aur-releaser@v1