Skip to content

Commit

Permalink
ci: always release
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 19, 2022
1 parent 2ccc23a commit 19dedc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -68,7 +68,6 @@ jobs:
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}

- uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
if: ${{ !contains(github.ref_name, '-') }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
#prerelease: ${{ contains(github.ref_name, '-') }}
prerelease: ${{ contains(github.ref_name, '-') }}

0 comments on commit 19dedc7

Please sign in to comment.