Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Dec 12, 2024
1 parent 8a9c8d0 commit 6f59457
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Standalone

on:
push:
branches: [ v15 ]
workflow_dispatch:
tags:
- 'v*'

env:
# Disable the .NET logo in the console output.
Expand All @@ -26,7 +26,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: Prerelease ${{ github.ref }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: true

Expand Down

0 comments on commit 6f59457

Please sign in to comment.