mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-08 20:10:22 -06:00
update workflow, fix CI
This commit is contained in:
1
.github/workflows/publish-beta.yml
vendored
1
.github/workflows/publish-beta.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jellify",
|
||||
"version": "0.10.88",
|
||||
"version": "0.10.89",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"init": "npm i && npm run pod:install",
|
||||
|
||||
Reference in New Issue
Block a user