Skip to content

Commit 8d86d88

Browse files
committed
Update deployment.yml
1 parent 6703a64 commit 8d86d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: The release should not have any existing assets
23-
run: echo "${{ fromJson(github.event.release.assets) }}"
23+
run: echo "${{ toJson(github.event.release.assets) }}"
2424

2525
testing:
2626
name: Run ${{ matrix.category }} testing

0 commit comments

Comments
 (0)