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

@ -24,6 +24,7 @@ jobs:
pnpm run build pnpm run build
- run: npm publish - run: npm publish
working-directory: ./packages/cli
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

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

View File

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

View File

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