main #7

Merged
sujiba merged 18 commits from main into dev 2024-07-09 11:24:48 +02:00
Showing only changes of commit 105fb15d79 - Show all commits

View file

@ -79,6 +79,7 @@ jobs:
runs-on: ubuntu-latest
env:
NEW_RELEASE: ${{ needs.release_tag.outputs.release }}
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
steps:
- name: Checkout
uses: actions/checkout@v4
@ -128,4 +129,4 @@ jobs:
echo "$body"
# Create release
curl -d "{\"body\": \"$body\", \"tag_name\": \"$RELEASE\", \"target_commitish\": \"main\" }" https://git.smail.koeln/api/v1/repos/homelab/docker-ownDynDNS-netcup/release -H "Authorization: token ${{ secrets.GH_TOKEN }}" -H "Content-Type: application/json"
curl -d "{\"body\": \"$body\", \"tag_name\": \"$RELEASE\", \"target_commitish\": \"main\" }" https://git.smail.koeln/api/v1/repos/homelab/docker-ownDynDNS-netcup/release -H "Authorization: token $GH_TOKEN" -H "Content-Type: application/json"