Compare commits
No commits in common. "079ddfb0e7e12c335c92802f5495c8cc4e0c8003" and "55fbb1ae925e0e9447ab6a7e7534c6abd64d3d1f" have entirely different histories.
079ddfb0e7
...
55fbb1ae92
2 changed files with 2 additions and 2 deletions
|
|
@ -207,7 +207,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish latest.json to package registry
|
- name: Publish latest.json to package registry
|
||||||
env:
|
env:
|
||||||
FORGEJO_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
FORGEJO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
# DELETE uses API v1, PUT uses the package upload API
|
# DELETE uses API v1, PUT uses the package upload API
|
||||||
DELETE_URL="${GITHUB_SERVER_URL}/api/v1/packages/${GITHUB_REPOSITORY_OWNER}/generic/simpl-resultat/latest"
|
DELETE_URL="${GITHUB_SERVER_URL}/api/v1/packages/${GITHUB_REPOSITORY_OWNER}/generic/simpl-resultat/latest"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Simpl Resultat",
|
"productName": "Simpl Resultat",
|
||||||
"version": "0.5.2",
|
"version": "0.5.1",
|
||||||
"identifier": "com.simpl.resultat",
|
"identifier": "com.simpl.resultat",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue