workflows/build-pkg: fix actionlint error
Also, replace the `>` with `>>` to avoid running into potentially confusing bugs in case we add more things to `GITHUB_OUTPUT` before this line.
This commit is contained in:
parent
4e20760a76
commit
130f37a243
2
.github/workflows/build-pkg.yml
vendored
2
.github/workflows/build-pkg.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Version name
|
||||
id: print-version
|
||||
run: |
|
||||
echo "version=$(git -C brew describe --tags --always)" > $GITHUB_OUTPUT
|
||||
echo "version=$(git -C brew describe --tags --always)" >> "$GITHUB_OUTPUT"
|
||||
- name: Build package
|
||||
run: |
|
||||
pkgbuild --root brew \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user