Skip to content

Commit

Permalink
chore(gh): replace nightly release action
Browse files Browse the repository at this point in the history
marvinpinto/action-automatic-releases is not being maintained, and there are multiple warnings and depreciation notices being generated due to its use. 

crowbarmaster/GH-Automatic-Releases is an updated, drop in replacement.
  • Loading branch information
pfeerick authored Mar 25, 2024
1 parent 991b0c4 commit 90e88fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
with:
args: zip -qq -j -r ${{ env.release_filename }} ./edgetx-firmware-nightly

- name: Deploy release
uses: marvinpinto/action-automatic-releases@latest
- name: Deploy nightly release
uses: crowbarmaster/GH-Automatic-Releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: 'nightly'
Expand Down

0 comments on commit 90e88fd

Please sign in to comment.