From 509cae5cae5202d34252ce29de052f5b329e3eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:35:36 +0000 Subject: [PATCH] Bump cloudnode-pro/modrinth-publish from 2.0.0 to 2.1.0 Bumps [cloudnode-pro/modrinth-publish](https://github.com/cloudnode-pro/modrinth-publish) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/cloudnode-pro/modrinth-publish/releases) - [Commits](https://github.com/cloudnode-pro/modrinth-publish/compare/2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: cloudnode-pro/modrinth-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 255d538..15537fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: files: target/BankAccounts-${{ github.event.release.tag_name }}.jar; type=application/java-archive - name: Upload to Modrinth - uses: cloudnode-pro/modrinth-publish@2.0.0 + uses: cloudnode-pro/modrinth-publish@v2.1.0 with: token: ${{ secrets.MODRINTH_TOKEN }} project: ${{ github.event.repository.custom_properties.modrinth_id }}