We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c64db8 commit b2a59a6Copy full SHA for b2a59a6
1 file changed
.github/workflows/release-maven.yaml
@@ -1,7 +1,6 @@
1
name: Release Maven Central
2
on:
3
push:
4
- branches: [main]
5
tags: ["*"]
6
7
jobs:
@@ -15,12 +14,6 @@ jobs:
15
14
with:
16
summarize: false
17
- uses: DeterminateSystems/magic-nix-cache-action@v14
18
- - name: Publish snapshot ${{ github.ref }}
19
- if: ${{ !startsWith(github.ref, 'refs/tags/') }}
20
- run: nix develop --command gradle --no-daemon publishToMavenCentral
21
- env:
22
- ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_PASSWORD }}
23
- ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_USERNAME }}
24
- name: Publish release ${{ github.ref }}
25
if: ${{ startsWith(github.ref, 'refs/tags/') }}
26
run: |
0 commit comments