test
This commit is contained in:
parent
bb9bbd5fc2
commit
588e78dc47
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ jobs:
|
|||
git clone --depth 1 ${{ 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
|
Loading…
Reference in a new issue