Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from ThePieMonster/ThePieMonster-Workflow_Config
Browse files Browse the repository at this point in the history
Workflow Config Update
  • Loading branch information
ThePieMonster authored Mar 17, 2022
2 parents 462cb2f + 4d5e4b2 commit 016e3e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Display PR Number
run: |
echo "PR #${{ github.event.number }} has been merged"
Expand Down Expand Up @@ -206,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 207
versionName "2.0.7"
versionCode 208
versionName "2.0.8"
}

signingConfigs {
Expand Down

0 comments on commit 016e3e7

Please sign in to comment.