Skip to content

Commit

Permalink
chore(ci): temporarily save release from branch to affine-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
joooye34 committed Dec 29, 2023
1 parent 3082d63 commit 252d3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ jobs:
- name: Create Release Draft
uses: softprops/action-gh-release@v1
with:
# Temporarily, treat release from branch as nightly release, artifact saved to AFFiNE-Releases.
# Need to improve internal build and nightly release logic.
repository: ${{ (github.ref_type == 'tag' && 'toeverything/AFFiNE') || 'toeverything/AFFiNE-Releases' }}
name: ${{ needs.before-make.outputs.RELEASE_VERSION }}
tag_name: ${{ (github.ref_type == 'tag' && github.ref_name) || needs.before-make.outputs.RELEASE_VERSION }}
body: ''
Expand Down

0 comments on commit 252d3bf

Please sign in to comment.