diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a01fbe..b3961d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,9 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} + - name: Create Lambda Layer + run: make chromium-${{ github.ref_name }}-layer.zip + # Change the package name to chromium-min, # delete the bin folder from the files array # so that it doesn't publish the binaries to -min @@ -46,9 +49,6 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - - name: Create Lambda Layer - run: make chromium-${{ github.ref_name }}-layer.zip - - name: Create Chromium Pack run: | cd bin