We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2369c commit 5f42ae5Copy full SHA for 5f42ae5
1 file changed
.github/workflows/dev-deploy.yaml
@@ -75,6 +75,6 @@ jobs:
75
run: |
76
git config user.name "kotlin-monads-multiplatform-library-github-actions[bot]"
77
git config user.email "kotlin-monads-multiplatform-library-github-actions[bot]@users.noreply.github.com"
78
- git add ./library/build.gradle.kts
+ git add gradle.properties
79
git commit -m "chore: bump version to ${{ steps.version.outputs.new_version }} [skip ci]"
80
git push
0 commit comments