Skip to content

Commit 5418ba7

Browse files
committed
update release actions, only create stable release
1 parent af9e9d9 commit 5418ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: [ master, dev ]
4+
branches: [ master ]
55
jobs:
66
build:
77
name: Release
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2525
automatic_release_tag: ${{ env.ReleaseVersion }}
26-
title: Version ${{ env.ReleaseVersion }}
27-
prerelease: true
26+
title: ${{ env.ReleaseVersion }}
27+
prerelease: false
2828
files: |
2929
artifacts/packages/*

0 commit comments

Comments
 (0)