Skip to content

Commit

Permalink
ci: use latest action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurounin committed Mar 2, 2022
1 parent 0b2c15a commit 8901775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildAndPack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish nuget
name: Build And Pack

on:
push:
Expand All @@ -14,8 +14,8 @@ jobs:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2.0.0
with:
dotnet-version: 6.0.x
- name: Publish
Expand Down

0 comments on commit 8901775

Please sign in to comment.