We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e05a0 commit 8e2104eCopy full SHA for 8e2104e
.github/workflows/main.yml
@@ -43,6 +43,7 @@ jobs:
43
needs: [ test ]
44
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
45
steps:
46
+ - uses: actions/checkout@v2
47
- name: push gem
48
uses: trocco-io/push-gem-to-gpr-action@v1
49
with:
0 commit comments