diff --git a/.github/workflows/zip.yml b/.github/workflows/zip.yml index bf080c06..9a77bb89 100644 --- a/.github/workflows/zip.yml +++ b/.github/workflows/zip.yml @@ -85,3 +85,18 @@ jobs: files: "*.zip" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + ref: lab500-enterprise-starter + - run: npm install --force + - name: Zip Folder + run: zip -r ent-nx-sheriff-starter.zip . -x "*.zip" + + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: "*.zip" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 0711527e..678fee34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. +/.nx + # Compiled output /dist /tmp