Skip to content

Commit

Permalink
chore: fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Oct 6, 2023
1 parent a2e11a3 commit adc82f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --clean --release-notes ./RELEASE_NOTES.md
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMET_VERSION: ${{ env.COMET_VERSION }}

0 comments on commit adc82f0

Please sign in to comment.