We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tr
1 parent 8f8dc05 commit 4ac1603Copy full SHA for 4ac1603
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
path: northstar-mods
47
- name: Update mod version info
48
run: |
49
- export MOD_VERSION=$(echo $NORTHSTAR_VERSION | tr -d 'v')
+ export MOD_VERSION=$(echo $NORTHSTAR_VERSION | tr --delete 'v')
50
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.Client/mod.json) > northstar-mods/Northstar.Client/mod.json
51
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.Custom/mod.json) > northstar-mods/Northstar.Custom/mod.json
52
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.CustomServers/mod.json) > northstar-mods/Northstar.CustomServers/mod.json
0 commit comments