Skip to content

Commit

Permalink
ci: run release always after ci
Browse files Browse the repository at this point in the history
  • Loading branch information
malokhvii-eduard committed Jul 22, 2022
1 parent 324759b commit f1d9262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
branches: [master]
types:
- completed
workflow_dispatch:

jobs:
semantic-release:
name: 📦🚀 Semantic Release
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit f1d9262

Please sign in to comment.