Skip to content

Commit 95f3382

Browse files
Fix gem autopublish
1 parent afdd40d commit 95f3382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: dawidd6/action-publish-gem@v1
4040
continue-on-error: true
41-
if: ${{ github.ref == 'refs/heads/trunk' }}
41+
if: ${{ github.ref == 'refs/heads/main' }}
4242
with:
4343
api_key: ${{secrets.RUBYGEMS_API_KEY}}
4444
github_token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)