Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode committed Nov 8, 2024
1 parent 4be1b88 commit ebf6d86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'
- name: build and test
run: |
dotnet restore
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release

on: [workflow_dispatch]
on: [ workflow_dispatch ]

jobs:
build-test-prep-release:
Expand All @@ -10,6 +10,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'
- name: build and test
run: |
dotnet restore
Expand Down

0 comments on commit ebf6d86

Please sign in to comment.