Skip to content

Commit

Permalink
fix(ci): update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Apr 2, 2024
1 parent 7715788 commit 6247c2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-source-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
tags:
- 'v*'
workflow_dispatch: {}

name: Publish
jobs:
publish:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Release

on:
push:
branches: [master, beta]
branches: [master]
# paths:
# - 'packages/next-youtube-livechat/**'
workflow_dispatch: {}

jobs:
release:
Expand Down

0 comments on commit 6247c2c

Please sign in to comment.