Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hantang committed Mar 15, 2024
1 parent f1eaf87 commit 017e184
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -24,7 +26,8 @@ jobs:
with:
files: |
release/bookmark_search-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload built artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 017e184

Please sign in to comment.