Skip to content

Commit

Permalink
build: fix prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 11, 2021
1 parent 35227e4 commit 12d50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.tag }}
prerelease: ${{ !startsWith(github.ref, 'refs/tags/' }}
prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
body_path: changelog
files: |
config/*.yaml
Expand Down

0 comments on commit 12d50f6

Please sign in to comment.