Skip to content

Commit d5647cd

Browse files
authored
overwrite binaries and adjust readme (#4)
* overwrite binaries and adjust readme * remove the github maven dependency instead of modifying the dependencies part
1 parent 6dc2a15 commit d5647cd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
file: protoc-*.exe
3131
tag: ${{ github.ref }}
3232
file_glob: true
33+
overwrite: true
3334
- name: Upload Maven artifacts
3435
if: startsWith(github.ref, 'refs/tags/')
3536
run: |

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ If using Gradle as a build system, you will need to create a custom task that wi
7373
```gradle
7474
repositories {
7575
mavenCentral()
76-
maven {
77-
url "https://maven.pkg.github.com/sixt/protoc"
78-
}
7976
}
8077
8178
apply plugin: 'java'

0 commit comments

Comments
 (0)