mirror of
https://github.com/Ryubing/Website.git
synced 2025-05-13 03:00:37 +01:00
fix workflow
This commit is contained in:
parent
b9e3ef37f6
commit
efa156691d
1 changed files with 2 additions and 5 deletions
5
.github/workflows/fetch-releases.yml
vendored
5
.github/workflows/fetch-releases.yml
vendored
|
@ -15,9 +15,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Debug - List Files
|
||||
run: ls -R $GITHUB_WORKSPACE
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
@ -30,4 +27,4 @@ jobs:
|
|||
|
||||
- name: run fetchreleases
|
||||
run: |
|
||||
npx tsx $GITHUB_WORKSPACE/src/lib/fetchReleases.ts
|
||||
npx tsx $GITHUB_WORKSPACE/src/lib/fetchreleases.ts
|
Loading…
Reference in a new issue