Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz authored Feb 22, 2025
1 parent 8c1486d commit 12e8d6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ jobs:
merge-multiple: true
- name: Show Files
run: ls -la
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: "✏️ Generate release changelog"
id: changelog
uses: janheinrichmerker/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: v0.15.0
onlyLastTag: true
- name: Update Nightly Release
uses: andelf/nightly-release@main
env:
Expand All @@ -42,6 +45,6 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
repository: wled-dev/WLED-WebInstaller
repository: wled/WLED-WebInstaller
event-type: release-nightly
token: ${{ secrets.PAT_PUBLIC }}

0 comments on commit 12e8d6c

Please sign in to comment.