Skip to content

rake bump[0.16.0]

rake bump[0.16.0] #15

Workflow file for this run

# SPDX-License-Identifier: CC0-1.0
name: Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ncipollo/release-action@v1