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 12e8d6c commit 092d402
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ 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 }}
onlyLastTag: true
sinceTag: 0.15.0
- name: Update Nightly Release
uses: andelf/nightly-release@main
env:
Expand All @@ -42,9 +39,4 @@ jobs:
files: |
*.bin
*.bin.gz
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
repository: wled/WLED-WebInstaller
event-type: release-nightly
token: ${{ secrets.PAT_PUBLIC }}

0 comments on commit 092d402

Please sign in to comment.