From 3aef07da414b447a31498f6d4b7a9b69d9d65197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Thu, 25 May 2023 15:42:35 +0200 Subject: [PATCH] DEV: Use Ruby 3 version of `publish-rubygems-action` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7af964..d1ab39b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v3 - name: Release Gem - uses: discourse/publish-rubygems-action@v2 + uses: discourse/publish-rubygems-action@v3 env: RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} GIT_EMAIL: team@discourse.org