Skip to content

Commit 018fc4f

Browse files
authored
Update publish.yml
1 parent de2728d commit 018fc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
runs-on: ${{ matrix.os }}
19-
if: success() && matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
19+
if: success() && startsWith(github.ref, 'refs/tags/')
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3

0 commit comments

Comments
 (0)