Skip to content

Commit 6fd3056

Browse files
committed
fix typo
1 parent 100b0e5 commit 6fd3056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ jobs:
158158
uses: softprops/action-gh-release@v1
159159
with:
160160
files: pkg/*.zip/*.dmg
161-
name: ${{ steps.version.ouputs.version }}
162-
tag_name: ${{ steps.version.ouputs.version }}
161+
name: ${{ steps.version.outputs.version }}
162+
tag_name: ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)