Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Aug 26, 2023
1 parent 4ede2f3 commit 0155c68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ on:
jobs:
publish:
name: "Publish for ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
runs-on: "${{ matrix.os }}"
strategy:
matrix:
name: [
linux
]

include:
- name: linux
os: ubuntu-latest
Expand Down

0 comments on commit 0155c68

Please sign in to comment.