Skip to content

Commit

Permalink
bump again (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensur authored Aug 27, 2020
1 parent 32eb9db commit 6bbfafe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,9 @@ jobs:
run: docker push "$IMAGE_NAME:latest" && docker push "$IMAGE_NAME:${GITHUB_REF##*/}"

- name: Run chart version bump
uses: mittwald/[email protected].2
uses: mittwald/[email protected].3
with:
mode: 'publish'
version: "${GITHUB_REF##*/}"
chartYaml: './deploy/helm-chart/harbor-operator/Chart.yaml'
env:
GITHUB_TOKEN: "${{ secrets.githubToken }}"

0 comments on commit 6bbfafe

Please sign in to comment.