Skip to content

Commit

Permalink
chore: setup mise for release task
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 24, 2025
1 parent 6d40b15 commit 78d3dfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ jobs:
merge-multiple: true
- run: echo "${{ secrets.MINISIGN_KEY }}" >minisign.key
- run: ls -R artifacts
- uses: actions/download-artifact@v4
with:
name: tarball-x86_64-unknown-linux-gnu
path: dist
- run: tar -C "$HOME" -xvf "dist/mise-$(./scripts/get-version.sh)-linux-x64.tar.zst"
- run: echo "$HOME/mise/bin" >> "$GITHUB_PATH"
- run: mise x -- scripts/release.sh
env:
CLOUDFLARE_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 78d3dfb

Please sign in to comment.