update workflow, fix CI

This commit is contained in:
Violet Caulfield
2025-04-11 10:13:11 -05:00
parent b9a6c4faa2
commit c73c92b4d2
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ jobs:
with:
artifacts: "./artifacts/*"
name: ${{ env.VERSION_NUMBER }}
generateReleaseNotes: true
prerelease: true
tag: ${{ env.VERSION_NUMBER }}
token: ${{ secrets.SIGNING_REPO_PAT }}

View File

@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.10.88",
"version": "0.10.89",
"private": true,
"scripts": {
"init": "npm i && npm run pod:install",