Skip to content

k rollback: make it compatible with Struct from older ruby versions #31

k rollback: make it compatible with Struct from older ruby versions

k rollback: make it compatible with Struct from older ruby versions #31

on:
push:
branches:
- master
- test-release
name: Create Release
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: .github/create-release
- uses: benjlevesque/[email protected]
id: short-sha
- uses: softprops/action-gh-release@v1
with:
files: dist/*.tar.gz
tag_name: ${{ steps.short-sha.outputs.sha }}
body: |
Use this release by downloading and extracting the tarball appropriate to your platform and running the `k` executable. You may also add the directory containing the `k` executable to your `PATH` for convenience.
draft: ${{ github.ref == 'refs/heads/test-release' }}
prerelease: false