Skip to content

Commit

Permalink
Same version scheme for cron-job and onechart
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Oct 21, 2021
1 parent 530070b commit a5512f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
TAG_VERSION: ${{ steps.versioning.outputs.tag_version }}
CHART_VERSION: ${{ steps.chart_version.outputs.chart_version }}
CRON_JOB_CHART_VERSION: ${{ steps.cron_job_chart_version.outputs.chart_version }}
CRON_JOB_CHART_VERSION: ${{ steps.chart_version.outputs.cron_job_chart_version }}

- name: Create Release
id: create_release
Expand Down

0 comments on commit a5512f8

Please sign in to comment.