Skip to content

Commit 5de112f

Browse files
authored
MAINT: fix expression (#2231)
1 parent 2283b7c commit 5de112f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: ./.github/workflows/tests.yml
1212
publish:
1313
# Account for v2 pre-releases
14-
if: ${{ startsWith(github.event.release.tag_name, "v1") }}
14+
if: ${{ startsWith(github.event.release.tag_name, 'v1') }}
1515
name: publish
1616
needs: [tests] # require tests to pass before deploy runs
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy