Skip to content

Commit c54cf0e

Browse files
committed
release to dev channel
1 parent 1a973e2 commit c54cf0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dev-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
branches:
99
- '**'
1010
env:
11-
draft: true
11+
draft: false
12+
channel: dev
1213

1314
jobs:
1415
dev-release:
@@ -45,7 +46,7 @@ jobs:
4546
- name: Create release
4647
uses: softprops/action-gh-release@v1
4748
with:
48-
tag_name: v${{ steps.package-version.outputs.current-version }}-${{ env.SHORT_SHA }}
49+
tag_name: ${{ env.channel }}/v${{ steps.package-version.outputs.current-version }}-${{ env.SHORT_SHA }}
4950
draft: ${{ env.draft }}
5051
files: ./dist/*.tar.gz
5152
prerelease: true

0 commit comments

Comments
 (0)