Skip to content

Commit

Permalink
Merge pull request #187 from refinedmods/release/0.19.1
Browse files Browse the repository at this point in the history
Release v0.19.1
  • Loading branch information
raoulvdberge authored Sep 10, 2024
2 parents 9252b97 + 7eb889e commit 87329a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Setup Java
uses: refinedmods/refinedarchitect/.github/actions/setup-java@develop
- name: Publish to Maven
run: ./gradlew publish
run: ./gradlew --no-configuration-cache publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CREEPERHOST_MAVEN_USERNAME: ${{ secrets.CREEPERHOST_MAVEN_USERNAME }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Setup Java
uses: refinedmods/refinedarchitect/.github/actions/setup-java@develop
- name: Deploy to CurseForge
run: ./gradlew publishCurseforge
run: ./gradlew --no-configuration-cache publishCurseforge

deploy-modrinth:
name: Deploy to Modrinth
Expand All @@ -179,7 +179,7 @@ jobs:
- name: Setup Java
uses: refinedmods/refinedarchitect/.github/actions/setup-java@develop
- name: Deploy to Modrinth
run: ./gradlew publishModrinth
run: ./gradlew --no-configuration-cache publishModrinth

announce-discord:
name: Announce to Discord
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.19.1] - 2024-09-10

### Fixed

- Fixed publishing not working with the config cache.

## [0.19.0] - 2024-09-10

### Added
Expand Down Expand Up @@ -384,7 +390,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Gradle helpers for Fabric and Forge projects.
- CI workflows.

[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.19.1...HEAD

[0.19.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.19.0...v0.19.1

[0.19.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.18.0...v0.19.0

Expand Down

0 comments on commit 87329a1

Please sign in to comment.