Skip to content

Merge pull request #5 from tpay-com/DX-522 #6

Merge pull request #5 from tpay-com/DX-522

Merge pull request #5 from tpay-com/DX-522 #6

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