Skip to content

Commit

Permalink
Update create-github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy authored Dec 10, 2023
1 parent 8b3cdab commit 9a48000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Get version
id: package_version
uses: KageKirin/get-csproj-version@v0
with:
file: ./${{ github.event.repository.name }}/${{ github.event.repository.name }}.csproj

- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 9a48000

Please sign in to comment.