mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
wip: implicitly setting shell to 'sh' in workflow
This commit is contained in:
parent
bdebe16f09
commit
a177b0731e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- run: echo $(git describe --tags)
|
||||
- run: echo $(sh .github/workflows/version.sh)
|
||||
- run: echo "version=$(sh ./github/workflows/version.sh)" >> $GITHUB_OUTPUT
|
||||
shell: sh
|
||||
- run: echo "version=$(sh .github/workflows/version.sh)" >> $GITHUB_OUTPUT
|
||||
shell: sh
|
||||
|
||||
build-lattice:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue