Skip to content

Commit

Permalink
Fix release job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Jul 22, 2023
1 parent 8084714 commit d905798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/*') && (github.repository == 'cheonjaewoong/gridlayout-compose') }}
if: ${{ startsWith(github.ref, 'refs/tags/') && (github.repository == 'cheonjaewoong/gridlayout-compose') }}
needs: [validate-gradle-wrapper, test]
steps:
- name: Checkout
Expand Down

0 comments on commit d905798

Please sign in to comment.