We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a4b9f commit c763db2Copy full SHA for c763db2
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
printf '{
60
"name": "docopt-lib.sh"
61
"version": "${{ steps.version.outputs.tag }}"
62
- }'
+ }' >upkg.json
63
tar -czf ../docopt-lib.sh-${{ steps.version.outputs.tag }}.tar.gz *
64
- name: Get release notes from tag
65
id: tag-message
0 commit comments