Skip to content

Commit 4af4b55

Browse files
Fix grep command on workflow addon action
1 parent cb9dccc commit 4af4b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_addon_to_asset_lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: set_plugin_version
2828
id: set_plugin_version
2929
run: |
30-
VERSION=$(grep version addons/character-controller/plugin.cfg | cut -d "=" -f 2 | tr -d '"')
30+
VERSION=$(grep version= addons/character-controller/plugin.cfg | cut -d "=" -f 2 | tr -d '"')
3131
echo "PLUGIN_VERSION=${VERSION}" >> $GITHUB_ENV
3232
3333
- name: Godot Asset Lib

0 commit comments

Comments
 (0)