We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2152d commit 21410c9Copy full SHA for 21410c9
.github/workflows/release.yml
@@ -8,6 +8,7 @@ name: Release
8
jobs:
9
release-name-check:
10
if: ${{ !startsWith(github.event.release.tag_name, 'chart/') }}
11
+ runs-on: ubuntu-latest
12
steps:
13
- run: echo "prereleasing since it is not a chart related tag"
14
build:
0 commit comments