Skip to content

Commit

Permalink
Merge pull request #17 from bacongobbler/remove-publish-matrix
Browse files Browse the repository at this point in the history
remove publish matrix
  • Loading branch information
bacongobbler authored Apr 29, 2022
2 parents cbbbf15 + b43c94e commit 2e6a63f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ on:

jobs:
publish:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
Expand Down

0 comments on commit 2e6a63f

Please # to comment.