From ce39c93c7488844b669d4c26b7a52b4c9bc389d1 Mon Sep 17 00:00:00 2001 From: Ronan Connolly Date: Sun, 5 May 2024 15:38:14 +0200 Subject: [PATCH] Add TODO and comment out auto version and artefact upload --- .github/workflows/ci.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88312b0..6bb5426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,18 +37,19 @@ jobs: - run: npx nx affected -t lint test build e2e-ci - - name: Automated Version Bump - uses: phips28/gh-action-bump-version@v11.0.4 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + # TODO: Have the version bump and artifact upload after each PR is merged + # - name: Automated Version Bump + # uses: phips28/gh-action-bump-version@v11.0.4 + # env: + # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - run: npm run build:prod - - name: Upload Artifact - uses: actions/upload-artifact@v2 - with: - name: dist - path: dist/chuck-norris-joke-generator/browser + # - name: Upload Artifact + # uses: actions/upload-artifact@v2 + # with: + # name: dist + # path: dist/chuck-norris-joke-generator/browser - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.5