2 Commits

+3 -1
View File
@@ -6,6 +6,8 @@ on:
description: Package version (defaults to tag name or short SHA)
required: false
push:
branches:
- main
tags:
- 'v*'
@@ -18,7 +20,7 @@ jobs:
steps:
- name: Checkout repository (manual)
env:
TOKEN: ${{ secrets.GITEA_TOKEN }}
TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
set -euo pipefail
if [ -d .git ]; then