We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5001e46 commit 8e1303bCopy full SHA for 8e1303b
.github/workflows/publish-deb.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Init basic publish env
41
run: |
42
sudo apt-get update
43
+ # install node.js and pnpm
44
+ sudo n lts
45
+ corepack enable pnpm
46
mkdir -p "${VAR_DEB_WORKBENCH_DIR}"
47
48
- name: Extract Tags version
.github/workflows/publish.yml
# install publish env deps
sudo apt install -y createrepo-c
mkdir -p "${VAR_RPM_WORKBENCH_DIR}"
# init env var
TAG_DATE=$(date +%Y%m%d)
0 commit comments