Skip to content

Commit

Permalink
ci: fixed typo in ci release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkienlein committed Aug 5, 2024
1 parent c48d213 commit b07dd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: shopware-cli extension zip ${{ env.PLUGIN_NAME }} --git-commit "${{ github.sha }}"

- name: Rename
run: mv WeRepack-${{ github.sha }}.zip ${{ env.PLUGIN_NAME }}.zip
run: mv MrpixWeRepack-${{ github.sha }}.zip ${{ env.PLUGIN_NAME }}.zip

- name: Validate
run: shopware-cli extension validate ${{ env.PLUGIN_NAME }}.zip
Expand Down

0 comments on commit b07dd76

Please sign in to comment.