Skip to content

Commit c71e66c

Browse files
committed
put back -1 workaround and run verbose
1 parent ce51a32 commit c71e66c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload-pdf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ jobs:
4747
uses: zenodraft/action@0.13.3
4848
with:
4949
concept:
50-
277496 # doesn't matter which it is, it is only for testing
50+
277497 # doesn't matter which it is, it is only for testing
5151
# N.B.: the actual Sandbox concept ID of the guide is 277498!
5252
# The -1 is a workaround for https://github.com/zenodraft/action/issues/30
5353
publish: false
5454
sandbox: true
5555
filenames: guide-nlesc.pdf
5656
metadata: .zenodo.json
57+
verbose: true
5758

5859
- name: Create a new snapshot in the Zenodo record
5960
if: github.event_name == 'release'

0 commit comments

Comments
 (0)