Skip to content

Commit

Permalink
fix: use branch latest for npm latest dist tag
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed Feb 18, 2023
1 parent 2be54cc commit 97a615b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -2,10 +2,11 @@ name: Release
'on':
push:
branches:
- '*.x'
- latest
- main
- beta
- alpha
- '*.x'

env:
# Disable husky
Expand Down
6 changes: 4 additions & 2 deletions .releaserc.yml
@@ -1,7 +1,9 @@
branches:
# Maintenance releases
# Maintenance release branches
- '+([0-9])?(.{+([0-9]),x}).x'
# Prereleases
# Release branches
- latest
# Prerelease branches
- name: main
channel: next
prerelease: next
Expand Down

0 comments on commit 97a615b

Please sign in to comment.