Skip to content

Commit ac20c84

Browse files
v1.1.1-SNAPSHOT-release
1 parent c88eae7 commit ac20c84

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Measure coverage
22

33
on:
4-
pull_request:
4+
push:
5+
branches:
6+
- feat/CS-36689-compare-merge-branch
57

68
jobs:
79
build:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
publish-maven:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
11+
packages: write
912
steps:
1013
- uses: actions/checkout@v3
1114
- name: Set up Maven Central Repository

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
</repository> -->
7272
<repository>
7373
<id>github</id>
74-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
74+
<name>GitHub Packages</name>
75+
<url>https://maven.pkg.github.com/contentstack/contentstack-management-java</url>
7576
</repository>
7677
</distributionManagement>
7778

0 commit comments

Comments
 (0)