Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RA341 committed Oct 1, 2024
1 parent 1f323dc commit 04b78d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- release
- test-release

jobs:
tag-release:
Expand All @@ -24,7 +25,7 @@ jobs:
with:
node-version: "lts/*"
- name: install plugins
run: npm install @semantic-release/git @semantic-release/changelog -D
run: npm install --no-save @semantic-release/git @semantic-release/changelog -D

- name: Release
env:
Expand Down
3 changes: 3 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"branches": [
{
"name": "release"
},
{
"name": "test-release"
}
],
"plugins": [
Expand Down

0 comments on commit 04b78d5

Please sign in to comment.