Skip to content

Commit

Permalink
[PAYSHIP 3116] Deploy workflow ps6 (#1297)
Browse files Browse the repository at this point in the history
* Deployment workflow PS 1.6

* Deployment workflow PS 1.6

* Push zip files at GCP bucket storage root

* Fix draft release

* Fix draft release

* Fix release draft

* Fix trigger PS 1.6 deployment
  • Loading branch information
seiwan authored Dec 11, 2024
1 parent 5ccfc02 commit 2b17a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags:
- v6.*
branches:
- prestashop/1.6.x
- prestashop/1.6.1.x

jobs:
zip-name-matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitish: prestashop/1.6.x
commitish: prestashop/1.6.1.x

- name: Prepare zip for release 👷
run: |
Expand Down

0 comments on commit 2b17a94

Please sign in to comment.