resolve release tooling in Actions
This commit is contained in:
@@ -28,5 +28,5 @@ jobs:
|
|||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
export XDG_CONFIG_HOME="$RUNNER_TEMP/tea"
|
export XDG_CONFIG_HOME="$RUNNER_TEMP/tea"
|
||||||
tea login add --name actions --url "${{ gitea.server_url }}" --token "$GITEA_TOKEN" --no-version-check
|
mise exec -- tea login add --name actions --url "${{ gitea.server_url }}" --token "$GITEA_TOKEN" --no-version-check
|
||||||
tea releases create --login actions --repo "${{ gitea.repository }}" --tag "${{ gitea.ref_name }}" --target "${{ gitea.sha }}" --title "${{ gitea.ref_name }}" --asset dist/nightthemeswitcher@romainvigier.fr.zip
|
mise exec -- tea releases create --login actions --repo "${{ gitea.repository }}" --tag "${{ gitea.ref_name }}" --target "${{ gitea.sha }}" --title "${{ gitea.ref_name }}" --asset dist/nightthemeswitcher@romainvigier.fr.zip
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
[tools]
|
[tools]
|
||||||
meson = "1.12.0"
|
meson = "1.12.0"
|
||||||
ninja = "1.13.2"
|
ninja = "1.13.2"
|
||||||
|
"aqua:gitea.com/gitea/tea" = "0.15.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user