Skip to content

Commit

Permalink
...pls
Browse files Browse the repository at this point in the history
  • Loading branch information
JadianRadiator committed Mar 15, 2024
1 parent 6893457 commit 5b2c7c7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
n7ame: Create Release
on:
push:
branches:
Expand All @@ -9,17 +9,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Node.js 20
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
env:
NODE_VERSION: 20

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

- name: Set up Git
run: |
Expand Down

0 comments on commit 5b2c7c7

Please sign in to comment.