Skip to content

Commit

Permalink
ci: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
palmcivet committed Aug 19, 2024
1 parent ae6512e commit 54b6b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
contents: write
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -34,7 +33,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
/dist/main.js
./dist/main.js
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
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": "adjust-figma-toolbelt",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"author": "Palm Civet",
"repository": "https://github.com/palmcivet/adjust-figma-toolbelt",
Expand Down

0 comments on commit 54b6b78

Please sign in to comment.