Skip to content

Commit

Permalink
[PAYSHIP-3115] Deploy workflow ps8 (#1296)
Browse files Browse the repository at this point in the history
* Deployment workflow PS 8

* Deployment workflow PS 8

* Deployment workflow PS 8

* Push zip files at GCP bucket storage root

* Push zip files at GCP bucket storage root

* Fix draft release

* Fix draft release

* Fix draft release

* Fix zip name file for GCP bucket in production

* Remove clean assets job
  • Loading branch information
seiwan authored Dec 3, 2024
1 parent 0703938 commit 2ef75a5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/update-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@ jobs:
cd ${{ inputs.repository-name }}
zip -r ../${{ env.ZIP_NAME }} . -x '*.DS_Store*' '*.git*' '*/.php_cs.*' '*__MACOSX*' '*/node_modules' '*/.npmrc' '*/composer.*' '*/package.*' '*/.editorconfig' '*_dev*' '*test*' '*/tests/*' '*/Test/*' '*/Tests/*' '*/gha-creds-*.json'
- name: Clean existing assets ♻️
shell: bash
run: |
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1
assets=`bin/hub api -t repos/${{ inputs.repository-name }}/releases/${{ steps.release_info.outputs.id }}/assets | awk '/\].url/ { print $2 }'`
for asset in $assets
do
bin/hub api -X DELETE $asset
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to GitHub Release 🛩️
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 2ef75a5

Please sign in to comment.