Skip to content

Commit

Permalink
fix(.github): Update workflow labels
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed May 7, 2024
1 parent 073bee0 commit e8b6696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
ref: master
persist-credentials: false

- name: Setup Node
- name: Setup node
uses: actions/[email protected]
with:
node-version: 20.8.1

- name: Install dependencies
run: yarn

- name: Run build
- name: Build
run: yarn build

- name: ZIP build
- name: Zip build
run: zip -r build.zip build

- name: Release
Expand Down

0 comments on commit e8b6696

Please sign in to comment.