resolve release tooling in Actions
Release / release (push) Successful in 3s

This commit is contained in:
2026-09-04 09:56:33 +02:00
parent 848a6b750f
commit aa3c8ddbce
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -16,6 +16,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install release tools
run: mise install
- name: Build and test extension
run: make -C gnome-user-switcher-extension test
- name: Publish release
@@ -23,5 +25,5 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
export XDG_CONFIG_HOME="$RUNNER_TEMP/tea"
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 gnome-user-switcher-extension/dist/user-switcher@felixfoertsch.de.shell-extension.zip
mise exec -- tea login add --name actions --url "${{ gitea.server_url }}" --token "$GITEA_TOKEN" --no-version-check
mise exec -- tea releases create --login actions --repo "${{ gitea.repository }}" --tag "${{ gitea.ref_name }}" --target "${{ gitea.sha }}" --title "${{ gitea.ref_name }}" --asset gnome-user-switcher-extension/dist/user-switcher@felixfoertsch.de.shell-extension.zip
+2
View File
@@ -0,0 +1,2 @@
[tools]
"aqua:gitea.com/gitea/tea" = "0.15.1"