Skip to content

Commit

Permalink
Fix pattern matching for tags in docs workflow (#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer authored Aug 23, 2023
1 parent b70829e commit cb6480c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
name: Publish Docs
on:
push:
tags:
- (realm-react|realm-web)?-?v([0-9]+\.[0-9]+\.[0-9]+(-\S+)?)
tags: ['realm-react-v[0-9]+.[0-9]+.[0-9]+*', 'realm-web-v[0-9]+.[0-9]+.[0-9]+*', 'v[0-9]+.[0-9]+.[0-9]+*']
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit cb6480c

Please sign in to comment.