Skip to content

Commit

Permalink
Updated marketplace publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Feb 11, 2025
1 parent 36c8ba5 commit e81f520
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-to-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
with:
repo: ${{ github.event.repository.full_name }}
version: ${{ github.event.release.id }}
file: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.zip
file: ${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Rename release asset
run: |
mv $PWD/${{ github.event.repository.name }}.zip $PWD/${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.zip
- name: Prepare publishing tool
run: |
composer global require prestashop/publish-on-marketplace
Expand Down

0 comments on commit e81f520

Please sign in to comment.