We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2728d commit 018fc4fCopy full SHA for 018fc4f
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [ubuntu-latest]
18
runs-on: ${{ matrix.os }}
19
- if: success() && matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
+ if: success() && startsWith(github.ref, 'refs/tags/')
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v3
0 commit comments