Update Release Workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
621975df0f
commit
a3a4efb2d9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Installing Node
|
||||
run: apt install -y nodejs
|
||||
run: apt update && apt install -y nodejs
|
||||
-
|
||||
name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue