Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-calautti authored Dec 27, 2023
1 parent fe4eb71 commit 5d4d9ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:

- name: Get Tag Message Test
run: |
cd ${{github.workspace}}
echo "$(git for-each-ref refs/tags/${{github.ref_name}} --format='%(contents)')" >> "${{github.workspace}}/release_notes.txt"
cat "${{github.workspace}}/release_notes.txt"
echo "$(git for-each-ref refs/tags/${{github.ref_name}} --format='%(contents)')" >> release_notes.txt
cat release_notes.txt
- if: startsWith(matrix.os, 'ubuntu')
name: Pull dependencies
Expand Down

0 comments on commit 5d4d9ee

Please sign in to comment.