Skip to content

Commit 5f42ae5

Browse files
fix version increment push step files for dev branch
1 parent bf2369c commit 5f42ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
run: |
7676
git config user.name "kotlin-monads-multiplatform-library-github-actions[bot]"
7777
git config user.email "kotlin-monads-multiplatform-library-github-actions[bot]@users.noreply.github.com"
78-
git add ./library/build.gradle.kts
78+
git add gradle.properties
7979
git commit -m "chore: bump version to ${{ steps.version.outputs.new_version }} [skip ci]"
8080
git push

0 commit comments

Comments
 (0)