Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
test change of regex for tags (deviation from example)
  • Loading branch information
fuziontech authored Mar 14, 2023
1 parent 652fc27 commit cfbae31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish to pub.dev
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml
# with:
# working-directory: path/to/package/within/repository
# working-directory: path/to/package/within/repository

0 comments on commit cfbae31

Please sign in to comment.