diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-06-01 13:59:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-01 13:59:33 +0900 |
| commit | a446a1274ee4aceb14ac968ed64f9602ac626eda (patch) | |
| tree | 21999b6a22e5df373e687e7f0e6d5abf504424cc | |
| parent | 06e15b582b763050928c31ce318696e181e45ffe (diff) | |
| parent | 1a722c8282faed1f9ac2fe446cd5885c6f31fa6f (diff) | |
| download | LunaticChat-a446a1274ee4aceb14ac968ed64f9602ac626eda.tar.gz LunaticChat-a446a1274ee4aceb14ac968ed64f9602ac626eda.tar.bz2 LunaticChat-a446a1274ee4aceb14ac968ed64f9602ac626eda.zip | |
Merge pull request #209 from m1sk9/renovate/cloudnode-pro-modrinth-publish-digest
chore(deps): update cloudnode-pro/modrinth-publish digest to 8dc596b
| -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 c647718..2c05231 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -125,7 +125,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Paper/Folia) - uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 + uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # 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 84792ca..56f2015 100644 --- a/.github/workflows/release-velocity.yaml +++ b/.github/workflows/release-velocity.yaml @@ -126,7 +126,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Velocity) - uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 + uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # 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 9922102..2389617 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -136,7 +136,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Paper/Folia) - uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 + uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.paper_version }} (Paper/Folia v${{ env.MODRINTH_MC_VERSION }}) @@ -152,7 +152,7 @@ jobs: files: platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }} - name: Publish to Modrinth (Velocity) - uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 + uses: cloudnode-pro/modrinth-publish@8dc596b20b94959bf244180235d90729d05a674f # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.velocity_version }} (Velocity) |
