Skip to content

Commit

Permalink
perf: 🔧 Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Apr 11, 2024
1 parent cec6539 commit 343423e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
arch: [arm64, amd64]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand All @@ -49,7 +49,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
prerelease: true
Expand Down

0 comments on commit 343423e

Please sign in to comment.