Compare commits
No commits in common. "9214eba626f7b485c5717f50827f6116211b8f89" and "bb9bbd5fc2aeef5cc448e649450a3d5bb7abad79" have entirely different histories.
9214eba626
...
bb9bbd5fc2
2 changed files with 1 additions and 10 deletions
|
@ -25,12 +25,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ${{ github.workspace }}
|
mkdir -p ${{ github.workspace }}
|
||||||
echo "URL: ${{ env.REPO_URL }}"
|
echo "URL: ${{ env.REPO_URL }}"
|
||||||
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
|
git clone --depth 1 ${{ env.REPO_URL }} ${{ github.workspace }}
|
||||||
echo "Repository cloned!"
|
echo "Repository cloned!"
|
||||||
- name: Run goreleaser
|
- name: Run goreleaser
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ""
|
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.workspace }}
|
echo ${{ github.workspace }}
|
||||||
goreleaser release
|
goreleaser release
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
# 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