Skip to content

style: adjust offer code button spacing #15

style: adjust offer code button spacing

style: adjust offer code button spacing #15

Workflow file for this run

name: CI
on:
push:
tags:
- v*
jobs:
tags:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Extract version from tag
id: extract_version
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Create Tag
id: create_tag
uses: jaywcjlove/create-tag-action@main
with:
version: ${{ steps.extract_version.outputs.version }}
release: true
body: |
**Full Changelog**: https://github.com/jaywcjlove/StoreKitHelper/commits/${{ steps.extract_version.outputs.version }}