Skip to content

Commit

Permalink
[exclc] Use write property file action that works
Browse files Browse the repository at this point in the history
  • Loading branch information
Harleyoc1 committed Aug 14, 2023
1 parent 96fa091 commit 1d9e0f5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Write new version to gradle.properties file
uses: anbazhagan45/copy-update[email protected].0
uses: Stuie/write-properties[email protected].1
with:
source_path: './gradle.properties'
target_path: './gradle.properties'
properties: |
modVersion
values: |
${{ github.ref_name }}
path: './gradle.properties'
property: 'modVersion'
value: ${{ github.ref_name }}
- name: Commit gradle properties
run: |
git config --global user.name 'Publish Action'
Expand Down

0 comments on commit 1d9e0f5

Please sign in to comment.