Skip to content

Commit

Permalink
ci(publish): more fixes (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 31, 2024
1 parent 2763b33 commit 99bc022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ coverage/

# Ignore build artifacts
dist/
lizardbyte-shared-web*.tgz

0 comments on commit 99bc022

Please sign in to comment.