More Env Fixes for Release Action
Some checks failed
Some checks failed
This commit is contained in:
parent
7a6e6f519b
commit
15196baec1
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
echo Debian Codename is: $VERSION_CODENAME
|
echo Debian Codename is: $VERSION_CODENAME
|
||||||
echo "debian_codename=$VERSION_CODENAME" >> $env:GITHUB_OUTPUT
|
echo "debian_codename=$VERSION_CODENAME" >> $GITHUB_OUTPUT
|
||||||
-
|
-
|
||||||
name: Installing Node, NPM
|
name: Installing Node, NPM
|
||||||
run: |
|
run: |
|
||||||
echo ${{ steps.store_deb_ver.outputs.debian_codename }}
|
echo Stored Value is: ${{ steps.store_deb_ver.outputs.debian_codename }}
|
||||||
apt update
|
apt update
|
||||||
apt install -y \
|
apt install -y \
|
||||||
nodejs npm \
|
nodejs npm \
|
||||||
|
|
Reference in a new issue