Skip to content

Commit

Permalink
fix: remove dependency from publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelthomet committed Aug 27, 2024
1 parent e51c778 commit e3fecc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dither-dither",
"version": "1.0.8",
"version": "1.0.9",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit e3fecc6

Please sign in to comment.