Skip to content

Commit f9ba59a

Browse files
committed
I don't think I need to check out the repository
1 parent 99ea28c commit f9ba59a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ jobs:
3131
contents: write
3232
runs-on: ubuntu-latest
3333
steps:
34-
- name: Checkout repository
35-
uses: actions/checkout@v6
3634
- name: Download artifact
3735
uses: actions/download-artifact@v4
3836
with:
3937
name: bundle
40-
path: output/
4138
- name: List downloaded files
4239
run: ls -R
4340
- name: Create Release
@@ -48,4 +45,4 @@ jobs:
4845
gh release create "${tag}" \
4946
--title="Version ${tag#v}" \
5047
--notes-from-tag \
51-
output/*.json
48+
*.json

0 commit comments

Comments
 (0)