Skip to content

Commit

Permalink
Merge branch 'main' into headers
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles committed May 20, 2024
2 parents 890800b + 0393a97 commit 8ec482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arguments: build -x iosX64Test -x jsBrowserTest

- name: Publish to SNAPSHOT
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
java-version: '17'

- name: Gradle build
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
arguments: build -x iosX64Test -x jsBrowserTest
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arguments: build -x iosX64Test -x jsBrowserTest

- name: Publish to MavenCentral
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 8ec482f

Please sign in to comment.