Skip to content

Commit

Permalink
attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Apr 27, 2024
1 parent 7ccccda commit 2e311f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Generate release notes and encode
id: generate-notes-v3
run: |
NOTES=$(python .github/scripts/generate_release_notes.py | base64)
NOTES=$(python .github/scripts/generate_release_notes.py)
echo "notes=$NOTES" >> $GITHUB_OUTPUT
# - name: Generate release notes
Expand Down

0 comments on commit 2e311f0

Please sign in to comment.