From 7eb2026629b671d734f1a179cc4dce3c0853581f Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Sun, 12 Mar 2023 00:07:31 +0300 Subject: [PATCH] Compensatory commit: fixes rack --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1dc7aac..239e6ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,4 +47,4 @@ jobs: # Make sure to update the secret name # if yours isn't named RUBYGEMS_AUTH_TOKEN GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}" - if: ${{ steps.release.outputs.release_created }} \ No newline at end of file + if: ${{ steps.release.outputs.release_created }}