Skip to content

Commit

Permalink
ummm
Browse files Browse the repository at this point in the history
  • Loading branch information
JadianRadiator committed Mar 15, 2024
1 parent 16c9fd1 commit b311c05
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

with:
submodules: 'recursive'

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

- name: Set up Git
run: |
git config --global user.name 'JadianRadiator'
Expand Down

0 comments on commit b311c05

Please sign in to comment.