Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
[bugfix]the release.yml support .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
teacher-zhou committed Nov 24, 2022
1 parent eedebc1 commit 95502b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ on:
push:
branches: ['master']
tags:
- "v*"
- "*"

jobs:
pack-push-nuget-package:
runs-on: ubuntu-latest
if: github.repository_owner == 'AchievedOwner'
steps:
- name: 迁出代码
- uses: actions/checkout@v2
uses: actions/checkout@v2

- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.101
dotnet-version: |
6.0.x
7.0.x
- name: 转换 tag
id: version
Expand Down

0 comments on commit 95502b3

Please sign in to comment.