chore: bump version to 0.80.1 and remove redundant pnpm install from CI

This commit is contained in:
Mohammad AbuAboud
2026-04-01 18:04:12 +03:00
parent c8e91620fc
commit ded92e5559
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/activepieces/activepieces:0.80.0
image: ghcr.io/activepieces/activepieces:0.80.1
container_name: activepieces-app
restart: unless-stopped
ports:

View File

@@ -1,6 +1,6 @@
{
"name": "activepieces",
"version": "0.80.0",
"version": "0.80.1",
"rcVersion": "0.81.0-rc.0",
"packageManager": "bun@1.3.3",
"scripts": {