Skip to content

Commit

Permalink
feat: upload dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 26, 2024
1 parent 5678c6e commit b8c5533
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,19 @@ jobs:
- name: Create dist archive
uses: ./.github/actions/build-release
id: create-dist-archive
with:
tag: ${{ steps.git-cliff.outputs.version }}-cliff-test
commit_sha: ${{ github.event.pull_request.head.sha }}
encryption_key: ${{ secrets.ENCRYPTION_KEY }}
private_ssh_key: ${{ secrets.PRIVATE_SSH_KEY }}


- name: Upload the release
uses: svenstaro/upload-release-action@v2
with:
file: ${{ steps.create-dist-archive.outputs.dist-archive}}
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.git-cliff.outputs.version }}-cliff-test
body: ${{ steps.git-cliff.outputs.content }}
draft: true

0 comments on commit b8c5533

Please sign in to comment.