Skip to content

Commit

Permalink
Fix gem autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Aug 9, 2024
1 parent afdd40d commit 95f3382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: dawidd6/action-publish-gem@v1
continue-on-error: true
if: ${{ github.ref == 'refs/heads/trunk' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
api_key: ${{secrets.RUBYGEMS_API_KEY}}
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 95f3382

Please sign in to comment.