Skip to content

Commit

Permalink
Unneeded
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Oct 15, 2024
1 parent 29729e2 commit bb1b3c3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@ jobs:
sed -i 's/SECURITY_KEY=.*/SECURITY_KEY=/g' .env
sed -i 's/APP_ID=.*/APP_ID=/g' .env
- name: 'Update Craft 4 .env'
if: ${{ startsWith(github.event.client_payload.version, '4.') }}
working-directory: ${{ env.PROJECT_DIRECTORY }}
run: |
sed -i 's/CRAFT_SECURITY_KEY=.*/CRAFT_SECURITY_KEY=/g' .env
sed -i 's/CRAFT_APP_ID=.*/CRAFT_APP_ID=/g' .env
- name: 'Update Craft 5 .env'
if: ${{ startsWith(github.event.client_payload.version, '5.') }}
working-directory: ${{ env.PROJECT_DIRECTORY }}
run: |
sed -i 's/CRAFT_SECURITY_KEY=.*/CRAFT_SECURITY_KEY=/g' .env
sed -i 's/CRAFT_APP_ID=.*/CRAFT_APP_ID=/g' .env
- name: 'Create zip'
working-directory: ${{ env.PROJECT_DIRECTORY }}
run: 'zip -r ../${{ env.BUNDLE_ZIP_FILENAME }} ./'
Expand Down

0 comments on commit bb1b3c3

Please sign in to comment.