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 6692a98 commit cc0a6e1Copy full SHA for cc0a6e1
.github/workflows/blank.yml
@@ -20,9 +20,9 @@ jobs:
20
- name: install
21
run: brew install gh
22
- name: generate
23
- run: dd if=/dev/urandom of=sample.txt bs=300M count=1
+ run: dd if=/dev/urandom of=sample.txt bs=100M count=1
24
- name: release
25
env:
26
DEBUG: true
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- run: gh release create --generate-notes v0.0.7 sample.txt
+ run: gh release create --generate-notes v0.0.8 sample.txt
0 commit comments