Skip to content

Commit

Permalink
auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
amineabri committed Sep 25, 2024
1 parent d8c8afd commit 8ec32f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
- git checkout main
- git add Chart.yaml index.yaml
- git commit -m "Update Helm chart version to ${DRONE_TAG} and update index.yaml"
- git push "https://${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git" main
- git push "https://${GITHUB_TOKEN}:x-oauth-basic@github.com/UKHomeOffice/inquiry-charts.git" main
when:
event:
- tag
Expand Down

0 comments on commit 8ec32f8

Please sign in to comment.