From 263d37fad216e5bc1a957d84750b3b443d597482 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Fri, 17 Nov 2023 13:42:46 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 468085f68..a1e2a1162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,16 +1,18 @@ name: release on: + workflow_dispatch: push: tags: - v*.*.* + jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Release Gem - uses: cadwallion/publish-rubygems-action@d9474d9633f4674e59afb0c343f2dafe25181328 + uses: cadwallion/publish-rubygems-action@94a6f4cd5350581749c569b5001eecc864e3ad0b env: RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} RELEASE_COMMAND: rake release