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 39668ea commit aa56cefCopy full SHA for aa56cef
.github/workflows/build-branch.yml
@@ -25,6 +25,7 @@ jobs:
25
# release the tag to rubygems
26
release:
27
if: github.ref == 'refs/head/main'
28
+ runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v1
31
- name: Release Gem
0 commit comments