We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0fac9 commit 2adcf52Copy full SHA for 2adcf52
.github/workflows/main.yml
@@ -155,7 +155,7 @@ jobs:
155
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
156
run: |
157
set -e
158
- git for-each-ref ${{ github.ref }} --format='%(contents)' > release-notes.rst
+ git for-each-ref "${{ github.ref }}" --format='%(contents)' > release-notes.rst
159
# Strip PGP signature from signed tags
160
sed -i "/-----BEGIN PGP SIGNATURE-----/,/-----END PGP SIGNATURE-----\n/d" release-notes.rst
161
- name: Convert Release Notes to Markdown
0 commit comments