Skip to content

Commit 4ac1603

Browse files
Use long arg for tr command (#712)
as it's more readable and indicative what it does
1 parent 8f8dc05 commit 4ac1603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: northstar-mods
4747
- name: Update mod version info
4848
run: |
49-
export MOD_VERSION=$(echo $NORTHSTAR_VERSION | tr -d 'v')
49+
export MOD_VERSION=$(echo $NORTHSTAR_VERSION | tr --delete 'v')
5050
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.Client/mod.json) > northstar-mods/Northstar.Client/mod.json
5151
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.Custom/mod.json) > northstar-mods/Northstar.Custom/mod.json
5252
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.CustomServers/mod.json) > northstar-mods/Northstar.CustomServers/mod.json

0 commit comments

Comments
 (0)