Skip to content

Commit

Permalink
fix: do some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Olat-nji committed Aug 27, 2024
1 parent 54e2b86 commit dc5b977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Release to GitHub
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit dc5b977

Please sign in to comment.