Skip to content

Commit

Permalink
Merge pull request #28 from ThePieMonster/ThePieMonster-Workflow_Q_Fix
Browse files Browse the repository at this point in the history
Workflow Q Fix
  • Loading branch information
ThePieMonster committed Mar 17, 2022
2 parents 016e3e7 + 93d9a12 commit db9c71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v2
id: Changelog
with:
configuration: "/.github/configs/configuration.json"
configuration: ".github/configs/configuration.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.github.thepiemonster.hidemocklocation"
minSdk 30
targetSdk 30
versionCode 208
versionName "2.0.8"
versionCode 209
versionName "2.0.9"
}

signingConfigs {
Expand Down

0 comments on commit db9c71e

Please sign in to comment.