Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit authored Jan 31, 2025
1 parent c09fbf4 commit 07bf59d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,12 @@ jobs:
with:
current-version: ${{ steps.version.outputs.value }}
version-fragment: 'hotfix'
- name: Write value to Properties-file
uses: anbazhagan45/[email protected]
- name: Replace single file
uses: richardrigutins/replace-in-files@v2
with:
source_path: 'gradle.properties'
properties: |
mod_version
values: |
${{ steps.bump_version.outputs.next-version }}
files: 'gradle.properties'
search-text: ${{ steps.version.outputs.value }}
replacement-text: ${{ steps.bump_version.outputs.next-version }}
- name: Commit & Push
uses: Andro999b/[email protected]
with:
Expand Down

0 comments on commit 07bf59d

Please sign in to comment.