Skip to content

Commit f728725

Browse files
Update release.yaml
1 parent 3bf0c3c commit f728725

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
WITH_V: false
2020
CUSTOM_TAG: ${{ env.NEW_TAG }}
21+
- name: Create Release
22+
uses: ncipollo/release-action@v1.11.1
23+
with:
24+
token: ${{ secrets.RELEASE_TOKEN }}
25+
tag: ${{ env.NEW_TAG }}
26+
2127

2228
advance-latest-tag:
2329
runs-on: ubuntu-latest
@@ -66,13 +72,3 @@ jobs:
6672
ref: "refs/tags/stable",
6773
sha: context.sha
6874
})
69-
70-
create-release:
71-
runs-on: ubuntu-latest
72-
steps:
73-
- name: Create Release
74-
uses: ncipollo/release-action@v1.11.1
75-
with:
76-
token: ${{ secrets.RELEASE_TOKEN }}
77-
tag: ${{ env.NEW_TAG }}
78-

0 commit comments

Comments
 (0)