Skip to content

Commit

Permalink
fixed create release failed on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 7, 2023
1 parent b18e94f commit 4fc2cb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xclip",
"version": "1.0.2",
"version": "1.0.3",
"description": "A crossplatform clipboard tools for copy & paste text, html and image.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4fc2cb9

Please sign in to comment.