From d53c43daad4f196eb5defdf03099d481cfb54418 Mon Sep 17 00:00:00 2001 From: andrew-pickin-epi Date: Mon, 27 Nov 2023 12:38:48 +0000 Subject: [PATCH] Gem build test --- .github/workflows/main.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbed7d9..938a204 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,11 +25,13 @@ jobs: echo ${{ steps.gitinfo.outputs.branch }} echo ${{ steps.gitinfo.outputs.version }} -# - name: "Publish gem" -# env: -# VERSION: ${{ steps.gitinfo.outputs.tag }} -# shell: "bash" -# run: "make publish" + - name: "Make gem" + run: "make gem" + + - name: "Debug" + run: | + ls -l + ls -l lr_common_styles-${{ steps.gitinfo.outputs.version }}.gem # - name: "Create Release" # id: release