Skip to content

Commit d5cf147

Browse files
Merge pull request #23 from supabase-community/chore/add-release-action
update release repository, and release to github packages
2 parents 6f4c94f + 5226508 commit d5cf147

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
java-version: '8'
2020
distribution: 'adopt'
2121
cache: maven
22+
server-id: 'github'
23+
server-username: 'supabase-community'
24+
server-password: ${{ secrets.GITHUB_TOKEN }}
2225
- name: Run docker compose
2326
run: cd infra && docker compose up -d
2427
- name: Build with Maven

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@
3333
</scm>
3434

3535
<distributionManagement>
36-
<snapshotRepository>
37-
<id>ossrh</id>
38-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
39-
</snapshotRepository>
4036
<repository>
41-
<id>ossrh</id>
42-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
37+
<id>github</id>
38+
<name>Github Supabase-Community Apache Maven Packages</name>
39+
<url>https://maven.pkg.github.com/supabase-community/storage-java</url>
4340
</repository>
4441
</distributionManagement>
4542

0 commit comments

Comments
 (0)