Skip to content

Commit c57cf36

Browse files
committed
feat: Test release flow
1 parent ef30ea6 commit c57cf36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
release:
146146
name: Release
147-
if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-action'
147+
if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-actions'
148148
needs: [build, check, test]
149149
runs-on: ubuntu-latest
150150
steps:

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
preset: "angular"
22

33
branches:
4-
- DEVPLAT-2566-migrate-to-github-action
4+
- DEVPLAT-2566-migrate-to-github-actions
55

66
plugins:
77
- "@semantic-release/commit-analyzer"

0 commit comments

Comments
 (0)