Skip to content

Commit

Permalink
[hotfix] YAML being YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Jun 17, 2024
1 parent 1056953 commit b5b574d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ steps.empty.outputs.is-empty == 'false' && steps.held.outputs.is-held == 'false' }}
uses: newrelic/release-toolkit/update-markdown@v1
with:
next-version: ${{ steps.next-version.outputs.version }}
version: ${{ steps.next-version.outputs.version }}

# Commit to main branch and push changes. Then create a release.
- name: Commit and tag release
Expand Down

0 comments on commit b5b574d

Please sign in to comment.