Skip to content

Commit

Permalink
create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Apr 27, 2024
1 parent 4b47b53 commit 7ccccda
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/create-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,19 @@ jobs:
# echo "EOF" >> $GITHUB_OUTPUT
# done

# - name: Generate release notes and encode
# id: generate-notes-v3
# run: |
# NOTES=$(python .github/scripts/generate_release_notes.py | base64)
# echo "notes=$NOTES" >> $GITHUB_OUTPUT

- name: Generate release notes
id: generate-notes
- name: Generate release notes and encode
id: generate-notes-v3
run: |
echo "notes<<EOF" >> $GITHUB_OUTPUT
python .github/scripts/generate_release_notes.py'
echo "EOF" >> $GITHUB_OUTPUT
NOTES=$(python .github/scripts/generate_release_notes.py | base64)
echo "notes=$NOTES" >> $GITHUB_OUTPUT
# - name: Generate release notes
# id: generate-notes
# run: |
# echo "notes<<EOF" >> $GITHUB_OUTPUT
# python .github/scripts/generate_release_notes.py'
# echo "EOF" >> $GITHUB_OUTPUT
# https://github.com/seljabali/release-notes-generator/actions/runs/8857213252/job/24324425228

- name: Create the new tag
run: |
Expand Down

0 comments on commit 7ccccda

Please sign in to comment.