Skip to content

Commit

Permalink
updsate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pucicu committed Jun 9, 2023
1 parent 49cc77e commit 37e223c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Create Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 37e223c

Please sign in to comment.