Skip to content

Commit

Permalink
[workflow] Adding checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Jun 21, 2024
1 parent 8f3cf49 commit 1bbc905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/delete-release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Parse Tag
run: |
tag=${{ github.event.release.tag_name || inputs.operatorTag }}
echo "OPERATOR_VERSION=${tag#v}" >> $GITHUB_ENV
- name: Sync deleted Helm Chart with repository
run: |
make helm-sync-package-deleted \
Expand Down

0 comments on commit 1bbc905

Please sign in to comment.