Skip to content

Commit 0cfd39f

Browse files
committed
fix typo in workflow
1 parent 55a81db commit 0cfd39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
- id: js20
182182
cache_key: js-interposer-asset-ubuntu2004
183-
description: JS Interposr Ubuntu 20.04
183+
description: JS Interposer Ubuntu 20.04
184184
image_tag: ghcr.io/selkies-project/selkies-gstreamer/js-interposer:${{ github.ref_name }}-ubuntu20.04
185185
mimetype: application/octet-stream
186186
source_path: /opt/selkies-js-interposer_${{ needs.get_semver.outputs.semver }}.deb
@@ -190,7 +190,7 @@ jobs:
190190

191191
- id: js22
192192
cache_key: js-interposer-asset-ubuntu2204
193-
description: JS Interposr Ubuntu 22.04
193+
description: JS Interposer Ubuntu 22.04
194194
image_tag: ghcr.io/selkies-project/selkies-gstreamer/js-interposer:${{ github.ref_name }}-ubuntu22.04
195195
mimetype: application/octet-stream
196196
source_path: /opt/selkies-js-interposer_${{ needs.get_semver.outputs.semver }}.deb

0 commit comments

Comments
 (0)