Skip to content

Commit

Permalink
Merge pull request #66 from wwwDayDream/fix_critical-msbuild-error
Browse files Browse the repository at this point in the history
Added CI Release Feature
  • Loading branch information
wwwDayDream authored May 18, 2024
2 parents 933da65 + 72b5727 commit c8dd221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: gh release upload ${{ github.event.release.tag_name }} thunderstore-build/*.zip cccc-nupkg/*.nupkg cli-build/*.zip msbuild-nupkg/*.nupkg

deploy-nuget:
if: ${{ github.event.release.prerelease == false }}
if: ${{ github.event.release.prerelease == false || contains(GITHUB_REF_NAME, 'f') }}
name: Deploy to NuGet
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit c8dd221

Please sign in to comment.