Skip to content

Commit

Permalink
Update merge-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Jul 23, 2023
1 parent 61e584f commit 739b3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Create Helm Package
if: ${{ steps.changelog.outputs.tag != '' }}
run: |
helm package charts/nr-oracle-service --app-version ${{ steps.changelog.outputs.tag }} --version ${{ steps.changelog.outputs.tag }}
helm package charts/nr-oracle-service --app-version ${{ steps.changelog.outputs.tag }} --version ${{ steps.changelog.outputs.tag }} --destination .cr-release-packages
- name: Configure Git
if: ${{ steps.changelog.outputs.tag != '' }}
Expand Down

0 comments on commit 739b3ac

Please sign in to comment.