Skip to content

Commit

Permalink
removing double quotes on preview
Browse files Browse the repository at this point in the history
  • Loading branch information
awesor committed Feb 2, 2024
1 parent 880c0cc commit 5f99ce3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Publish Preview to NuGet
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-preview-[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha-[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta-[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-prerelease-[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc-[0-9]+"
- 'v[0-9]+.[0-9]+.[0-9]+-preview-[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-alpha-[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-beta-[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-prerelease-[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-rc-[0-9]+'

jobs:
preview:
Expand Down

0 comments on commit 5f99ce3

Please sign in to comment.