Skip to content

Commit f2444be

Browse files
committed
fix: order of actions and such
1 parent e5bc9c4 commit f2444be

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313

14+
- name: Semantic Release
15+
uses: cycjimmy/semantic-release-action@v4
16+
with:
17+
branches: |
18+
['release-test']
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
1422
- name: Create Pull Request
1523
uses: peter-evans/create-pull-request@v5
1624
with:
1725
title: 'chore: Create new release'
1826
base: release
19-
body: 'Automated PR from dev to release'
20-
21-
- name: Semantic Release
22-
uses: cycjimmy/semantic-release-action@v4
23-
with:
24-
branch: release
25-
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
branch: release-pr
28+
body: 'Automated PR from dev to release'

0 commit comments

Comments
 (0)