Skip to content

Update coreKtx to v1.19.0 (#493) #423

Update coreKtx to v1.19.0 (#493)

Update coreKtx to v1.19.0 (#493) #423

Workflow file for this run

name: Release ✈️
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: write
jobs:
create-release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Version Bump
uses: hopeman15/verselicious@f8ee84fd6365de9521249f0023a388380473cc5e # v0.2.1
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
major_label: 'major :1st_place_medal:'
minor_label: 'minor :2nd_place_medal:'
patch_label: 'patch :3rd_place_medal:'