Skip to content

Commit

Permalink
ci: fix add version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Woynert committed Oct 25, 2023
1 parent ad66f35 commit 2711acb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

VERSION=$(
jq -r '.version' version.json
)

echo "version=$VERSION"

0 comments on commit 2711acb

Please sign in to comment.