Skip to content

Commit

Permalink
feat: added ability to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Mar 14, 2024
1 parent 527ca0c commit 6db1591
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dev-pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/configuration/release-please-config.json
manifest-file: .github/configuration/release-please-manifest.json

- name: Install Helm
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6db1591

Please sign in to comment.