Skip to content

Commit

Permalink
bump app-version action (#43)
Browse files Browse the repository at this point in the history
* bump app-version action

* remove duplicate line
  • Loading branch information
elenz97 authored Aug 27, 2020
1 parent 29e8cd7 commit 2ec3d70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ jobs:
run: docker push "$IMAGE_NAME:latest" && docker push "$IMAGE_NAME:${GITHUB_REF##*/}"

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

0 comments on commit 2ec3d70

Please sign in to comment.