Skip to content

Commit

Permalink
fix(ci): us sh instead of bash; increase tag by patch (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
szalai1 authored Oct 26, 2022
1 parent 4aa4b08 commit 5a68a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/bump-chart-versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh

export TAG=$1

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DEFAULT_BUMP: patch
DRY_RUN: true # just generates the new tag, but doesn't push it
- name: Bump chart versions
uses: mikefarah/yq@master
Expand Down Expand Up @@ -69,3 +70,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DRY_RUN: false
DEFAULT_BUMP: patch

0 comments on commit 5a68a62

Please sign in to comment.