Skip to content

Merge pull request #3 from tpay-com/DX-426 #3

Merge pull request #3 from tpay-com/DX-426

Merge pull request #3 from tpay-com/DX-426 #3

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git archive --output=tpay-magento2-graphql.zip HEAD
- uses: softprops/action-gh-release@v1
with:
files: tpay-magento2-graphql.zip