fix pipeline

This commit is contained in:
Niccolo Borgioli 2023-05-25 23:54:59 +02:00
parent ac32b97383
commit 063d073c27
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
4 changed files with 5 additions and 4 deletions

View File

@ -22,8 +22,9 @@ jobs:
- run: |
pnpm install --frozen-lockfile
pnpm run build
- run: npm publish
working-directory: ./packages/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -439,7 +439,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "2.3.0-beta.4"
version = "2.3.0-beta.5"
dependencies = [
"actix-files",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "2.3.0-beta.4"
version = "2.3.0-beta.5"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"

View File

@ -1,5 +1,5 @@
{
"version": "2.3.0-beta.4",
"version": "2.3.0-beta.5",
"name": "cryptgeon",
"type": "module",
"engines": {