Skip to content

Bump com.github.luben:zstd-jni from 1.5.7-7 to 1.5.7-8 (#695) #539

Bump com.github.luben:zstd-jni from 1.5.7-7 to 1.5.7-8 (#695)

Bump com.github.luben:zstd-jni from 1.5.7-7 to 1.5.7-8 (#695) #539

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}