1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-10 13:53:59 +03:00

fix(cd): use bash while setting the release version

This commit is contained in:
orhun 2021-06-15 00:41:19 +03:00
parent a37a08ec67
commit d64395c78b
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -41,6 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@main
- name: Set the release version
shell: bash
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
- name: Install musl-tools
if: matrix.TARGET == 'x86_64-unknown-linux-musl'