Update Release Workflow

This commit is contained in:
Neshura 2023-11-17 08:17:05 +00:00
parent 621975df0f
commit a3a4efb2d9

View file

@ -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