Skip to content

Commit

Permalink
Update increment-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoggam1 authored Jun 16, 2024
1 parent aeb515d commit e076bd4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/increment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Read version.properties file
uses: BrycensRanch/read-properties-action@v1
id: version
with:
file: ci-versions.properties
property: versionCode
default: 1000

steps:
- name: Increment version code
env:
NUM: ${{ github.run_number }}
Expand Down

0 comments on commit e076bd4

Please # to comment.