Skip to content

Commit

Permalink
chore: refactor release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed May 10, 2022
1 parent 97cac89 commit bc60ae6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ jobs:
release:
needs: tag
if: needs.tag.outputs.new-tag == 'true'
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bc60ae6

Please sign in to comment.