mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
OPS-413 added publish url=publish-releases.anytype.io
This commit is contained in:
parent
dccf88fb5f
commit
0e157ec80d
2 changed files with 20 additions and 9 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -106,6 +106,7 @@ jobs:
|
|||
DO_SECRET_KEY: ${{ secrets.DO_SECRET_KEY }}
|
||||
USE_HARD_LINKS: false
|
||||
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
|
||||
PUBLISH_RELEASES_TOKEN: ${{ secrets.PUBLISH_RELEASES_TOKEN }}
|
||||
|
||||
- name: Build Front Other
|
||||
if: matrix.os != 'macos-12'
|
||||
|
@ -124,6 +125,7 @@ jobs:
|
|||
AZURE_CERT_NAME: ${{ secrets.AZURE_CERT_NAME }}
|
||||
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
|
||||
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
|
||||
PUBLISH_RELEASES_TOKEN: ${{ secrets.PUBLISH_RELEASES_TOKEN }}
|
||||
|
||||
- name: Make artifacts dir
|
||||
run: |
|
||||
|
|
27
package.json
27
package.json
|
@ -562,9 +562,12 @@
|
|||
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
||||
"publish": [
|
||||
{
|
||||
"provider": "spaces",
|
||||
"name": "anytype-release",
|
||||
"region": "fra1"
|
||||
"provider": "generic",
|
||||
"url": "https://publish-releases.anytype.io/electron",
|
||||
"channel": "latest",
|
||||
"requestHeaders": {
|
||||
"Authorization": "Bearer ${PUBLISH_RELEASES_TOKEN}"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signIgnore": [
|
||||
|
@ -582,9 +585,12 @@
|
|||
"icon": "electron/img/icons/256x256.ico",
|
||||
"publish": [
|
||||
{
|
||||
"provider": "spaces",
|
||||
"name": "anytype-release",
|
||||
"region": "fra1"
|
||||
"provider": "generic",
|
||||
"url": "https://publish-releases.anytype.io/electron",
|
||||
"channel": "latest",
|
||||
"requestHeaders": {
|
||||
"Authorization": "Bearer ${PUBLISH_RELEASES_TOKEN}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -600,9 +606,12 @@
|
|||
"description": "Anytype",
|
||||
"publish": [
|
||||
{
|
||||
"provider": "spaces",
|
||||
"name": "anytype-release",
|
||||
"region": "fra1"
|
||||
"provider": "generic",
|
||||
"url": "https://publish-releases.anytype.io/electron",
|
||||
"channel": "latest",
|
||||
"requestHeaders": {
|
||||
"Authorization": "Bearer ${PUBLISH_RELEASES_TOKEN}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue