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 ce51a32 commit c71e66cCopy full SHA for c71e66c
.github/workflows/upload-pdf.yml
@@ -47,13 +47,14 @@ jobs:
47
uses: zenodraft/action@0.13.3
48
with:
49
concept:
50
- 277496 # doesn't matter which it is, it is only for testing
+ 277497 # doesn't matter which it is, it is only for testing
51
# N.B.: the actual Sandbox concept ID of the guide is 277498!
52
# The -1 is a workaround for https://github.com/zenodraft/action/issues/30
53
publish: false
54
sandbox: true
55
filenames: guide-nlesc.pdf
56
metadata: .zenodo.json
57
+ verbose: true
58
59
- name: Create a new snapshot in the Zenodo record
60
if: github.event_name == 'release'
0 commit comments