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