mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-10 04:21:44 +00:00
[Release] v0.2.0
This commit is contained in:
3
scripts/version.sh
Executable file
3
scripts/version.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
PACKAGE_VERSION=$(cat ./package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')
|
||||
echo ::set-output name=pkgversion::$PACKAGE_VERSION
|
||||
Reference in New Issue
Block a user