-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TODO and comment out auto version and artefact upload
- Loading branch information
1 parent
6bdeb19
commit ce39c93
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|