Skip to content

Commit c763db2

Browse files
committed
Fix issue with upkg.json not making it into the release tarball
1 parent d0a4b9f commit c763db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
printf '{
6060
"name": "docopt-lib.sh"
6161
"version": "${{ steps.version.outputs.tag }}"
62-
}'
62+
}' >upkg.json
6363
tar -czf ../docopt-lib.sh-${{ steps.version.outputs.tag }}.tar.gz *
6464
- name: Get release notes from tag
6565
id: tag-message

0 commit comments

Comments
 (0)