We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66e12f commit d9a8dccCopy full SHA for d9a8dcc
.github/workflows/main.yml
@@ -173,6 +173,7 @@ jobs:
173
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
174
run: |
175
set -e
176
+ git fetch --tags --force # see https://github.com/actions/checkout/issues/290
177
git for-each-ref "${GITHUB_REF}" --format='%(contents)' > release-notes.rst
178
# Strip PGP signature from signed tags
179
sed -i "/-----BEGIN PGP SIGNATURE-----/,/-----END PGP SIGNATURE-----\n/d" release-notes.rst
0 commit comments