Skip to content

Commit

Permalink
Merge pull request #5 from stadiamaps/fix/disable-swifty-auto-bump
Browse files Browse the repository at this point in the history
Disable auto release on merge
  • Loading branch information
Archdoog authored Jul 20, 2024
2 parents 5478c43 + 3ab9874 commit 6d59811
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Gradle Package
on:
release:
types: [published]
workflow_dispatch

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
branches:
- main
workflow_dispatch:
inputs:
bump_version_scheme:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ publishing {

groupId = "com.osrm"
artifactId = "api"
version = "0.0.5"
version = "0.0.6"
}
}
}

0 comments on commit 6d59811

Please sign in to comment.