From a6369b7ec15a0edbbc9a8d70374f3c5fb7541d04 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 07:52:19 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 88bf31e..db300de 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -8,14 +8,14 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Install NodeJS - uses: actions/setup-node@v4 - with: - node-version: 20 - - name: Install NPM - run: npm i - - name: Install VSCE - run: npm -g i @vscode/vsce + # - name: Install NodeJS + # uses: actions/setup-node@v4 + # with: + # node-version: 20 + # - name: Install NPM + # run: npm i + # - name: Install VSCE + # run: npm -g i @vscode/vsce - name: Tag Name run: echo ${{ gitea.tag_name }} # - name: Build Package Files