From 750f3a97e12bf2dde4f692c35502c28df3c3bfc2 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:49:54 +0200 Subject: [PATCH] fix(ci-cd): Improve ci:cd --- .github/workflows/release.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb76090..bcebe07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Build nightly release +name: build and release permissions: contents: write @@ -130,11 +130,6 @@ jobs: with: files: '*.vsix' - - name: Set .env - run: | - touch .env - echo "VSCE_PAT=${{ secrets.VSCE_PAT }}" >> .env - - name: Upload extension to VS Code Marketplace run: nix develop .#"vs-code-extension" --command bash -c "source .env && vsce publish --packagePath *.vsix -p ${{ secrets.VSCE_PAT }}"