Skip to content

Commit

Permalink
Fix downloading artifacts, merging into dist
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Dec 1, 2024
1 parent 603d58d commit 3602c6e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,12 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist

- name: Install GitHub CLI
run: |
sudo apt-get update
sudo apt-get install -y gh
- name: Authenticate GitHub CLI
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
merge-multiple: true

- name: Create a new release
id: create_release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create latest \
--prerelease \
Expand Down

0 comments on commit 3602c6e

Please sign in to comment.