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