Skip to content

Commit d42106d

Browse files
authored
Merge pull request #5 from s97712/feature/dev-tag
ci: exclude dev tags from publish workflow
2 parents 876421c + 229727a commit d42106d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
publish:
167167
needs: package-test
168168
runs-on: ubuntu-latest
169-
if: startsWith(github.ref, 'refs/tags/v')
169+
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-dev')
170170

171171
steps:
172172
- name: Download NuGet Packages

0 commit comments

Comments
 (0)