Skip to content

Commit 533ec7b

Browse files
Apex domain (#31)
* Added apex domain to ACM cert and CloudFront distribution * CreateApexConfig conditionals * Docs updated with optional steps for apex configuration * Removed property used during testing * Removing commented out code Co-authored-by: Mohsan Jaffery <7143402+mohsanjaffery@users.noreply.github.com >
1 parent c595cc9 commit 533ec7b

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,6 @@ jobs:
5151
See the CHANGELOG for a list of features included in this release
5252
draft: false
5353
prerelease: true
54-
# # Create Release
55-
# - name: Set version
56-
# id: version
57-
# run: echo ::set-env name=THIS_VERSION::$(make version | sed s/^v//)
58-
# - name: Set latest
59-
# id: latest
60-
# run: echo ::set-env name=LATEST::$(git describe --tags $(git rev-list --tags --max-count=1) | sed s/^v// 2> /dev/null || echo '0')
61-
# - name: Create Release
62-
# id: create_release
63-
# uses: actions/create-release@latest
64-
# if: env.THIS_VERSION > env.LATEST
65-
# env:
66-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
# with:
68-
# tag_name: v${{ env.THIS_VERSION }}
69-
# release_name: Release v${{ env.THIS_VERSION }}
70-
# body: |
71-
# See the CHANGELOG for a list of features included in this release
72-
# draft: false
73-
# prerelease: false
7454
# Package and Upload Archive
7555
- name: Pre-Package Copy Function
7656
run: cd source/witch/ && npm install --prefix nodejs mime-types && cp witch.js nodejs/node_modules/ && zip -r ../../witch.zip nodejs && cd ../../

0 commit comments

Comments
 (0)