Skip to content

Commit

Permalink
release to dev channel
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Oct 5, 2024
1 parent 1a973e2 commit c54cf0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- '**'
env:
draft: true
draft: false
channel: dev

jobs:
dev-release:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.package-version.outputs.current-version }}-${{ env.SHORT_SHA }}
tag_name: ${{ env.channel }}/v${{ steps.package-version.outputs.current-version }}-${{ env.SHORT_SHA }}
draft: ${{ env.draft }}
files: ./dist/*.tar.gz
prerelease: true
Expand Down

0 comments on commit c54cf0e

Please sign in to comment.