Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
i hate this
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 20, 2022
1 parent d8327a2 commit 444c96c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseSnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- prereleased
jobs:
release:
name: Snapshot release (${{matrix.release.prettyName}}
name: Snapshot release (${{matrix.release.prettyName}})
runs-on: ${{matrix.release.runner}}
strategy:
matrix:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Release!
uses: gradle/gradle-build-action@v2
with:
arguments: ${{matrix.runner.publishTask}} -Dorg.gradle.s3.endpoint=${{secrets.S3_ENDPOINT}}
arguments: ${{matrix.release.publishTask}} -Dorg.gradle.s3.endpoint=${{secrets.S3_ENDPOINT}}
env:
NOELWARE_PUBLISHING_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
NOELWARE_PUBLISHING_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseStable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- released
jobs:
release:
name: Snapshot release (${{matrix.release.prettyName}}
name: Snapshot release (${{matrix.release.prettyName}})
runs-on: ${{matrix.release.runner}}
strategy:
matrix:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Release!
uses: gradle/gradle-build-action@v2
with:
arguments: ${{matrix.runner.publishTask}} -Dorg.gradle.s3.endpoint=${{secrets.S3_ENDPOINT}}
arguments: ${{matrix.release.publishTask}} -Dorg.gradle.s3.endpoint=${{secrets.S3_ENDPOINT}}
env:
NOELWARE_PUBLISHING_SECRET_KEY: ${{secrets.S3_SECRET_KEY}}
NOELWARE_PUBLISHING_ACCESS_KEY: ${{secrets.S3_ACCESS_KEY}}
Expand Down

0 comments on commit 444c96c

Please sign in to comment.