Skip to content

Commit 36d7381

Browse files
committed
This should fix "Adjust snapshot build number" in Alpine Linux
1 parent c8c4f72 commit 36d7381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/adjust-snapshot-buildno/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
)
1414
) ||
1515
false
16-
shell: bash
16+
shell: sh
1717
run: |
1818
sed -i'' -e "s/SuffixKind=\(.*\)/SuffixKind=\"$(echo ${{ github.sha }} | cut -c 1-7)\"/" src/misc/writeBuildNum.sh
1919
mkdir gen

0 commit comments

Comments
 (0)