Skip to content

Commit

Permalink
chore: fix shortversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 23, 2024
1 parent fa437c5 commit 14078ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
echo "sourcename=pi-image/output-satellitepi/image.gz" >> $GITHUB_OUTPUT
echo "targetname=companion-satellite-pi-${COUNT}-${HASH}.img.gz" >> $GITHUB_OUTPUT
echo "longversion=${VERSION}+${COUNT}-${HASH}" >> $GITHUB_OUTPUT
echo "shortversion=${VERSION}" >> $GITHUB_OUTPUT
echo "shortversion=v${VERSION}" >> $GITHUB_OUTPUT
- name: install packer
run: |
Expand Down

0 comments on commit 14078ae

Please sign in to comment.