Skip to content

Commit

Permalink
- fix: fixed name and description length for dev app (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored Feb 9, 2024
1 parent 8a1a5e3 commit 45da30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: npx nx build shinkai-visor --skip-nx-cache
env:
VERSION: 0.0.0.${{github.run_number}}
NAME_PREFIX: '[Dev] '
DESCRIPTION_PREFIX: 'This is for development purpose.\n\n'
NAME_PREFIX: '[Dev]'
DESCRIPTION_PREFIX: '[Dev]'

- name: Zip extension
run: cd ./dist/apps && zip -r shinkai-visor.zip shinkai-visor
Expand Down

0 comments on commit 45da30b

Please sign in to comment.