Skip to content

Commit

Permalink
sync versions after checking out the code. (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdorito authored Oct 9, 2024
1 parent 7d9cf67 commit d06e9a3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,6 @@ jobs:
needs: [run-lint-job, run-remark-job, run-go-tests-job]
if: ( github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') ) && success()
steps:
- name: sync chart version
run: |
cd $GITHUB_WORKSPACE
chmod 777 sync_chart_version.sh
./sync_chart_version.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_SECRET }}

- name: Install Helm
run: |
wget -q ${{ env.HELM_URL }}/${{ env.HELM_TGZ }}
Expand All @@ -170,6 +162,14 @@ jobs:
run: |
make dependencies
- name: sync chart version
run: |
cd $GITHUB_WORKSPACE
chmod 777 sync_chart_version.sh
./sync_chart_version.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_SECRET }}

- name: before deploy step 1
run: |
cd $GITHUB_WORKSPACE
Expand All @@ -180,7 +180,6 @@ jobs:
run: |
make examples
- name: deploy on github releases
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d06e9a3

Please sign in to comment.