Skip to content

Commit

Permalink
Fixed patching twice
Browse files Browse the repository at this point in the history
  • Loading branch information
waltertamboer committed Feb 28, 2024
1 parent f061ba8 commit 6d5ab94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Bumped the package version after publishing.
- run: yarn publish --access public --patch --no-git-tag-version
- run: yarn publish --access public --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waltertamboer/dockspace-js",
"license": "MIT",
"version": "0.0.7",
"version": "0.0.8",
"homepage": "https://github.com/waltertamboer/dockspace-js",
"main": "dist/dockspace.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6d5ab94

Please sign in to comment.