Skip to content

Commit

Permalink
ci fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Jan 4, 2024
1 parent e208afb commit 6477695
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
include-prerelease: true
cache: true
cache-dependency-path: ${{ matrix.plugindir }}/packages.lock.json
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -95,7 +96,7 @@ jobs:

- name: Install dependencies
working-directory: ${{ matrix.plugindir }}
run: yarn restore
run: dotnet restore --locked-mode

- name: Build & Release
working-directory: ${{ matrix.plugindir }}
Expand Down

0 comments on commit 6477695

Please sign in to comment.