Skip to content

Commit

Permalink
[CI] Skip UI pre-release (mlrun#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jan 21, 2023
1 parent 3b11f2b commit 4fece00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
tag: v${{ github.event.inputs.version }}
commit: ${{ github.ref_name }}
token: ${{ secrets.RELEASE_GITHUB_ACCESS_TOKEN }}
prerelease: ${{ github.event.inputs.pre_release }}
# experienced 500 errors when trying to create release notes for ui repo with `prerelease flag`
# prerelease: ${{ github.event.inputs.pre_release }}

update-release-notes:
name: Update release notes
Expand Down

0 comments on commit 4fece00

Please sign in to comment.