Skip to content

Commit

Permalink
ci: argh
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototik committed Jan 9, 2024
1 parent d7ef540 commit a9274f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,13 @@ jobs:
contents: write
env:
NYX_RESUME: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GPG_SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_SIGNING_PASSWORD }}
ORG_GRADLE_PROJECT_gradlePublishKey: ${{ secrets.GRADLE_PLUGIN_PUBLISH_KEY }}
ORG_GRADLE_PROJECT_gradlePublishSecret: ${{ secrets.GRADLE_PLUGIN_PUBLISH_SECRET }}
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -175,4 +173,4 @@ jobs:
key: pipeline-${{ github.run_id }}-gradle-build-cache
fail-on-cache-miss: true
- name: Publish
run: ./gradlew nyxMake nyxMark nyxPublish release --stacktrace
run: ./gradlew nyxMake nyxMark nyxPublish release --stacktrace -Pgradle.publish.key=${{ secrets.GRADLE_PLUGIN_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PLUGIN_PUBLISH_SECRET }}

0 comments on commit a9274f3

Please sign in to comment.