Compare commits

..

3 commits

Author SHA1 Message Date
9214eba626
gitea settings
All checks were successful
/ test (push) Successful in 1m58s
goreleaser / goreleaser (push) Successful in 2m8s
2024-08-01 13:13:18 -05:00
66cf879a0b
whole repo
Some checks failed
goreleaser / goreleaser (push) Failing after 2m2s
2024-08-01 13:05:33 -05:00
588e78dc47
test 2024-08-01 13:05:02 -05:00
2 changed files with 10 additions and 1 deletions

View file

@ -25,9 +25,12 @@ jobs:
run: |
mkdir -p ${{ github.workspace }}
echo "URL: ${{ env.REPO_URL }}"
git clone --depth 1 ${{ env.REPO_URL }} ${{ github.workspace }}
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"
- name: Run goreleaser
env:
GITHUB_TOKEN: ""
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
echo ${{ github.workspace }}
goreleaser release

6
.goreleaser.yaml Normal file
View file

@ -0,0 +1,6 @@
---
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
gitea_urls:
api: https://git.hsn.dev/api/v1
download: https://git.hsn.dev
skip_tls_verify: false