Compare commits
2 commits
55fbb1ae92
...
079ddfb0e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
079ddfb0e7 | ||
|
|
fc906d6d55 |
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.GITHUB_TOKEN }}
|
FORGEJO_TOKEN: ${{ secrets.PACKAGE_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.1",
|
"version": "0.5.2",
|
||||||
"identifier": "com.simpl.resultat",
|
"identifier": "com.simpl.resultat",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue