We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adcf52 commit 0688d17Copy full SHA for 0688d17
.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