Skip to content

Commit eaef3be

Browse files
committed
Update get-release.yml
1 parent a3e39c5 commit eaef3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "This is a test file" > ./test.txt
3030
- name: Zip test.txt to test.zip
3131
run: zip test.zip test.txt
32-
- name: Upload node Image to Release
32+
- name: Upload Image to Release
3333
uses: actions/github-script@v5
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)