Skip to content

Commit 8e2104e

Browse files
committed
Fix workflow
1 parent c5e05a0 commit 8e2104e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
needs: [ test ]
4444
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
4545
steps:
46+
- uses: actions/checkout@v2
4647
- name: push gem
4748
uses: trocco-io/push-gem-to-gpr-action@v1
4849
with:

0 commit comments

Comments
 (0)