Skip to content

Commit

Permalink
ci: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 29, 2024
1 parent 0dbaa60 commit 53ad0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
with:
node-version: 18
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- name: Sign plugin
run: npm run sign
shell: bash
Expand Down

0 comments on commit 53ad0e9

Please sign in to comment.