Skip to content

Commit e206ed6

Browse files
committed
ci: add this branhc name to semantic release config for testing
1 parent dc82ca2 commit e206ed6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-package.yml

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
publish:
8585
runs-on: ubuntu-latest
8686
needs: [result]
87-
if: github.event_name == 'push'
8887

8988
steps:
9089
- uses: actions/checkout@v4

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main"],
2+
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "use-admin-token"],
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)