Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Mar 13, 2024
1 parent 5297b96 commit 11e09f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
tag_name: `${TAG_NAME}`,
name: `${TAG_NAME}`,
prerelease: `${IS_PRERELEASE}`,
make_latest: !`${IS_PRERELEASE}`,
});
make_latest: !`${IS_PRERELEASE}`
});
- name: Trigger chart update
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
Expand Down

0 comments on commit 11e09f7

Please sign in to comment.