Skip to content

Commit

Permalink
fix: tags filter in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
P0labrD committed Aug 24, 2023
1 parent 8625ae1 commit 7997407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish to npm

on:
push:
tags:
- **
push:
tags:
- "**"

jobs:
publish:
Expand Down

0 comments on commit 7997407

Please sign in to comment.