Skip to content

Commit

Permalink
更新 dotnet 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed May 21, 2024
1 parent d23b650 commit d5f0cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: publish nuget

on:
on:
push:
tags:
- '*'
Expand All @@ -12,16 +12,16 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
dotnet-version: 8.0.300

- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion

- name: Set tag to version
- name: Set tag to version
run: dotnet TagToVersion -t ${{ github.ref }}

- name: Build with dotnet
Expand Down

0 comments on commit d5f0cfe

Please sign in to comment.