mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-06 04:21:32 +00:00
3 lines
191 B
Bash
Executable File
3 lines
191 B
Bash
Executable File
#!/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 |