diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-08-05 23:39:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-05 23:39:24 +0000 |
| commit | 5a2bb638920148edab55ceca972a7aeecd75182d (patch) | |
| tree | d6dd49d90d1bb5f1960e5e88ab632d48fdc9c8da /.github | |
| parent | 3fb478b008ab5d777e75a5553ef8260810d4c589 (diff) | |
| download | LunaticChat-renovate/cloudnode-pro-modrinth-publish-digest.tar.gz LunaticChat-renovate/cloudnode-pro-modrinth-publish-digest.tar.bz2 LunaticChat-renovate/cloudnode-pro-modrinth-publish-digest.zip | |
chore(deps): update cloudnode-pro/modrinth-publish digest to 203bc72renovate/cloudnode-pro-modrinth-publish-digest
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-paper.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-velocity.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml index 3718163..554e047 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -103,7 +103,7 @@ jobs: --notes "Release notes: [Paper/Folia v${VERSION}](https://lc.m1sk9.dev/changelog/paper/v${VERSION})" - name: Publish to Modrinth (Paper/Folia) - uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # v2 + uses: cloudnode-pro/modrinth-publish@203bc72a51ae39fba1194fc4097d9f0750c49bd3 # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.version }} (Paper/Folia v${{ env.MODRINTH_MC_VERSION }}) diff --git a/.github/workflows/release-velocity.yaml b/.github/workflows/release-velocity.yaml index 561e7ee..1c78dcd 100644 --- a/.github/workflows/release-velocity.yaml +++ b/.github/workflows/release-velocity.yaml @@ -105,7 +105,7 @@ jobs: --notes "Release notes: [Velocity v${VERSION}](https://lc.m1sk9.dev/changelog/velocity/v${VERSION})" - name: Publish to Modrinth (Velocity) - uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # v2 + uses: cloudnode-pro/modrinth-publish@203bc72a51ae39fba1194fc4097d9f0750c49bd3 # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.version }} (Velocity) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c139272..4d84aff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -117,7 +117,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Paper/Folia) - uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # v2 + uses: cloudnode-pro/modrinth-publish@203bc72a51ae39fba1194fc4097d9f0750c49bd3 # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.paper_version }} (Paper/Folia v${{ env.MODRINTH_MC_VERSION }}) @@ -133,7 +133,7 @@ jobs: files: platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }} - name: Publish to Modrinth (Velocity) - uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # v2 + uses: cloudnode-pro/modrinth-publish@203bc72a51ae39fba1194fc4097d9f0750c49bd3 # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.velocity_version }} (Velocity) |
