Skip to content

Commit

Permalink
simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Feb 4, 2025
1 parent 2350cc4 commit 9a41105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
echo "Bumping CLI to version $CLI_VERSION"
ls
./scripts/bump_cli.sh "$CLI_VERSION"
sed -i -E "s/private const string DOWNLOADED_CLI_VERSION = \".*\";/private const string DOWNLOADED_CLI_VERSION = \"$CLI_VERSION\";/g" Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs
- name: Create bump commit
run: |
Expand Down

0 comments on commit 9a41105

Please sign in to comment.