Skip to content

Commit 6822bf9

Browse files
committed
Get version output ourselves
1 parent 0247859 commit 6822bf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ipxe_version.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
repository: ipxe/ipxe
1919

2020
- name: Get version
21-
uses: ./.github/actions/version
21+
run: |
22+
echo "::set-output name=full::$(git rev-parse HEAD)"
23+
echo "::set-output name=short::$(git rev-parse --short HEAD)"
2224
id: version
2325

2426
update-version:

0 commit comments

Comments
 (0)