diff --git a/.github/workflows/built-release.yml b/.github/workflows/built-release.yml index 7e85c56..adf3236 100644 --- a/.github/workflows/built-release.yml +++ b/.github/workflows/built-release.yml @@ -141,9 +141,6 @@ jobs: run: | [[ -f package.json ]] && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT - # For the *-built branch, build the assets and push them to the corresponding - # built branch. For example, production would be the current branch and - # production-built would be the built branch that gets pushed to. build-branch-and-release: name: Build assets and push to built branch needs: extract-version