Skip to content

Commit

Permalink
Merge pull request #174 from salasberryfin/update-release-process
Browse files Browse the repository at this point in the history
chore: change release name in cr index push
  • Loading branch information
richardcase committed Sep 29, 2023
2 parents 2fcbc60 + aefb22a commit d081e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: cr upload --skip-existing -c "$(git rev-parse HEAD)" --generate-release-notes --release-name-template "${{ env.TAG }}" --make-release-latest false

- name: Run chart-releaser index
run: cr index --push
run: cr index --push --release-name-template "${{ env.TAG }}"

- name: Set release as draft # `--make-release-latest false` in cr does not seem to work
env:
Expand Down

0 comments on commit d081e03

Please sign in to comment.