We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdd40d commit 95f3382Copy full SHA for 95f3382
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- uses: dawidd6/action-publish-gem@v1
40
continue-on-error: true
41
- if: ${{ github.ref == 'refs/heads/trunk' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
42
with:
43
api_key: ${{secrets.RUBYGEMS_API_KEY}}
44
github_token: ${{secrets.GITHUB_TOKEN}}
0 commit comments