Compare commits
3 commits
bb9bbd5fc2
...
9214eba626
Author | SHA1 | Date | |
---|---|---|---|
9214eba626 | |||
66cf879a0b | |||
588e78dc47 |
2 changed files with 10 additions and 1 deletions
|
@ -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
6
.goreleaser.yaml
Normal 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
|
Loading…
Reference in a new issue