Skip to content

Commit fb349f6

Browse files
artemrysArtem Rys
authored andcommitted
chore: minor improvements
1 parent de0c3a1 commit fb349f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
source "$HOME/.poetry/env"
9494
poetry build
9595
- name: Semantic Release
96-
uses: cycjimmy/semantic-release-action@v2.6.0
96+
uses: cycjimmy/semantic-release-action@v2
9797
with:
9898
semantic_version: 17
9999
extra_plugins: |

.releaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
branches:
1818
[
1919
"+([0-9])?(.{+([0-9]),x}).x",
20-
"main",
21-
{ name: "develop", prerelease: "beta", channel: "beta" },
20+
"main"
2221
],
2322
plugins:
2423
[

0 commit comments

Comments
 (0)