Skip to content

Commit

Permalink
feat: 版本更新方式
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatwallcorner committed Jul 13, 2024
1 parent c3dbf86 commit 7c0d11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
tag: ${{ github.ref_name != '' && github.ref_name || github.run_id }}
jobs:
mod-version:
runs-on: linux
runs-on: ubuntu-latest
steps:
- run: echo 修改版本号
- run: sed -i 's/^app-version.*/app-version = "$tag"/' gradle/libs.versions.toml
Expand Down

0 comments on commit 7c0d11e

Please sign in to comment.