Skip to content

Commit

Permalink
Merge pull request #8 from Flow-Launcher/update_publish
Browse files Browse the repository at this point in the history
Update publish.yml for dotnet 7
  • Loading branch information
jjw24 authored Nov 16, 2024
2 parents 2578983 + 2901e44 commit 37c0aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x
- name: get version
id: version
uses: notiz-dev/github-action-json-property@release
Expand All @@ -33,4 +33,4 @@ jobs:
files: "Color*"
tag_name: "v${{steps.version.outputs.prop}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 37c0aba

Please sign in to comment.