Skip to content

Commit

Permalink
chore: fix version tag in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Jun 13, 2023
1 parent 3130ce3 commit f2ec21d
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
@@ -1,9 +1,9 @@
name: 'Build & Publish to NPM'

on:
on:
push:
tags:
- 'v*'
- v**

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
Expand Down

0 comments on commit f2ec21d

Please sign in to comment.