Skip to content

Commit

Permalink
fix: remove predeploy step in CI (#9142)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <matt.krick@gmail.com>
  • Loading branch information
mattkrick authored Nov 8, 2023
1 parent 8ebe50b commit 1f20105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=8192"
run: yarn build --no-deps

- name: Cleanup Predeploy for Docker Image
run: rm build/index.html build/sw.js build/manifest.json

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
command: manifest
default-branch: ${{ github.ref_name}}
release-type: node
token: ${{ secrets.RELEASE_TOKEN}}
token: ${{ secrets.RELEASE_BOT_TOKEN}}

0 comments on commit 1f20105

Please sign in to comment.