diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83367af..2f8b743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,7 @@ jobs: - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t lint --parallel=3 - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t test --parallel=3 - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t build --parallel=3 - - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t docker --projects=tag:publish:docker --parallel=3 + - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t version --projects=tag:publish:docker --parallel=3 env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index eb68798..0c91948 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules - +dist .nx/installation .nx/cache .angular