We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30ea6 commit c57cf36Copy full SHA for c57cf36
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
145
release:
146
name: Release
147
- if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-action'
+ if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-actions'
148
needs: [build, check, test]
149
runs-on: ubuntu-latest
150
steps:
.releaserc.yml
@@ -1,7 +1,7 @@
1
preset: "angular"
2
3
branches:
4
- - DEVPLAT-2566-migrate-to-github-action
+ - DEVPLAT-2566-migrate-to-github-actions
5
6
plugins:
7
- "@semantic-release/commit-analyzer"
0 commit comments