Skip to content

Commit

Permalink
Cleaning up package... maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
underrobyn committed Jan 3, 2024
1 parent 456d841 commit 42e9ad0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-tfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
echo -e "New versions are ->\n\tDev: 0.$updated_version\n\tProd: $updated_version"
- name: Copy Files
run: cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/src/overview.md

- name: Install
run: npm install
working-directory: '${{ github.workspace }}/src'
Expand All @@ -62,6 +59,11 @@ jobs:
- name: Install tfx-cli
run: npm i -g tfx-cli@$TFX_VERSION

- name: Update task files
run:
cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/src/task/overview.md
rm -rf $GITHUB_WORKSPACE/**/*.ts

- name: Package (Dev)
run: >
tfx extension create
Expand Down

0 comments on commit 42e9ad0

Please sign in to comment.