Skip to content

Commit

Permalink
fix: use env vars, second try
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 25fe1c8 commit c2e8e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
env:
FILE: app/build.gradle
VERSION_REGEX: "version\s*=\s*'[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+'"
VERSION_REGEX: version\s*=\s*'[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c2e8e3f

Please sign in to comment.