Skip to content

Commit

Permalink
fix dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
gkurbesov committed Oct 20, 2023
1 parent 7db785b commit 2cd32e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Publish dev
on:
push:
branches:
- publish-dev
- publish-dev/**

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Setup .NET Core 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x
- name: Install dependencies
Expand Down

0 comments on commit 2cd32e0

Please sign in to comment.