.gitea/workflows/release.yml aktualisiert
All checks were successful
Create Release / release (push) Successful in 8s
All checks were successful
Create Release / release (push) Successful in 8s
This commit is contained in:
@ -58,7 +58,7 @@ jobs:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
OWNER: ${{ env.OWNER }}
|
||||
REPO: ${{ env.REPO }}
|
||||
TAG: ${GITHUB_REF##*/}
|
||||
TAG: $(git describe --tags)
|
||||
run: |
|
||||
echo "Creating release for tag $TAG in repo $OWNER/$REPO"
|
||||
curl -X POST "https://dev.ksite.de/api/v1/repos/${OWNER}/${REPO}/releases" \
|
||||
|
Reference in New Issue
Block a user