Skip to content

Commit

Permalink
chore(ci): replace release action
Browse files Browse the repository at this point in the history
old action is no longer being maintained
  • Loading branch information
pfeerick authored Mar 25, 2024
1 parent c7c7c7f commit fec64b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: sdcard-latest
path: .
- name: Deploy release
uses: marvinpinto/action-automatic-releases@latest
uses: crowbarmaster/GH-Automatic-Releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: 'latest'
Expand Down

0 comments on commit fec64b4

Please sign in to comment.