Release v1.0.0 #major
release / goreleaser (push) Successful in 26s

This commit is contained in:
2026-06-03 00:26:19 -05:00
parent 09e6e0f946
commit 85aea648f5
+16
View File
@@ -23,6 +23,22 @@ jobs:
check-latest: false check-latest: false
cache: false cache: false
- name: Debug secrets
env:
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITEA_SECRET: ${{ secrets.PACKAGE_TOKEN }}
run: |
if [ -z "$GITEA_TOKEN" ]; then
echo "GITEA_TOKEN is EMPTY"
else
echo "GITEA_TOKEN is set (length ${#GITEA_TOKEN})"
fi
if [ -z "$GITEA_SECRET" ]; then
echo "GITEA_SECRET (PACKAGE_TOKEN) is EMPTY"
else
echo "GITEA_SECRET (PACKAGE_TOKEN) is set (length ${#GITEA_SECRET})"
fi
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6 uses: goreleaser/goreleaser-action@v6
with: with: