Skip to content

Commit

Permalink
Add TODO and comment out auto version and artefact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanCodes committed May 5, 2024
1 parent 6bdeb19 commit ce39c93
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,19 @@ jobs:

- run: npx nx affected -t lint test build e2e-ci

- name: Automated Version Bump
uses: phips28/[email protected]
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/[email protected]
# 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/[email protected]
Expand Down

0 comments on commit ce39c93

Please sign in to comment.