Updated CreateRelease.yml

This commit is contained in:
MrGadget1024 2023-11-08 12:19:40 -05:00
parent d0c3fe0ea3
commit c24ee77c1b

View File

@ -24,10 +24,14 @@ jobs:
with:
dotnet-version: 3.1.301
- name: Install dotnet-script
run: |
dotnet tool install -g dotnet-script
dotnet script --version
- name: Run CreateRelease.cs
run: |
cd .github # Change the working directory
dotnet script CreateRelease.cs
dotnet script .github/CreateRelease.cs
- name: Commit and Push
run: |