From 99bc022c66115ba381521d868168f58bc68dc809 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:28:52 -0400 Subject: [PATCH] ci(publish): more fixes (#13) --- .github/workflows/ci.yml | 5 ----- .gitignore | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e614e68..c422629 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,11 +117,6 @@ jobs: - name: Build run: npm run build - - name: Commit - run: | - git add . - git commit -m "Release ${{ needs.setup_release.outputs.release_version }}" - - name: Publish run: npm publish env: diff --git a/.gitignore b/.gitignore index ebdc25c..a00257a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ coverage/ # Ignore build artifacts dist/ +lizardbyte-shared-web*.tgz