Skip to content

Commit

Permalink
Merge branch 'development' into GPY025-2-opencart-major-update
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasZeman22 committed Jun 27, 2024
2 parents 15e5a8c + cda37ec commit e8a1947
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create release

on:
push:
tags:
- "*"

jobs:
create_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Package plugin
run: |
zip -r opencart_gopay.ocmod.zip *
- name: Release
uses: softprops/action-gh-release@v2
with:
files: opencart_gopay.ocmod.zip

0 comments on commit e8a1947

Please sign in to comment.