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:
parent
a37a08ec67
commit
d64395c78b
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user