We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b6606 commit ffe9f63Copy full SHA for ffe9f63
.github/workflows/merge-release-tag.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
merge-release-tag:
12
- if: ${{ github.ref =~ '^refs/tags/mongosh@[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/mongosh@') }}
13
runs-on: ubuntu-latest
14
15
steps:
0 commit comments