Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asanvicentec authored Feb 12, 2024
1 parent 651ee4c commit cf18518
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

- uses: actions/checkout@v3

- name: Build
- uses: actions/setup-node@v4
with:
node-version: 18

- run: npm i
- run: npm run build
- name: Build
run: npm i && npm run build

- name: Zip extension
run: zip -r ultimate-notation.zip dist/
Expand Down

0 comments on commit cf18518

Please sign in to comment.