Skip to content

Commit

Permalink
Release 0.5.0, generated from commit cce9413
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-drone committed Oct 15, 2024
1 parent 6db5ebe commit 81c3cdc
Show file tree
Hide file tree
Showing 11 changed files with 38,917 additions and 7,247 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -37,7 +37,7 @@ jobs:
fi
- name: Use Node.js 16
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
Expand All @@ -49,7 +49,7 @@ jobs:
run: yarn package

- name: Checkout release branch
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: release
ref: releases/v${{ env.major_version }}
Expand Down
Loading

0 comments on commit 81c3cdc

Please sign in to comment.