Skip to content

Commit

Permalink
Gem build test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-pickin-epi committed Nov 27, 2023
1 parent a0e1ea7 commit d53c43d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d53c43d

Please sign in to comment.