Skip to content

Merge branch 'github-release-workflow' into 'master' #1

Merge branch 'github-release-workflow' into 'master'

Merge branch 'github-release-workflow' into 'master' #1

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-prestashop.zip HEAD --prefix=tpay/
- uses: softprops/action-gh-release@v1
with:
files: tpay-prestashop.zip