Skip to content

Merge branch 'main' of github.com:yanuaraditia/shopify-app-tanstack #12

Merge branch 'main' of github.com:yanuaraditia/shopify-app-tanstack

Merge branch 'main' of github.com:yanuaraditia/shopify-app-tanstack #12

Workflow file for this run

name: Publish
on:
push:
tags:
- 'v*'
permissions:
contents: write
id-token: write
concurrency:
group: publish-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true