Skip to content

Commit

Permalink
action: fix stupid type in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou committed Nov 11, 2023
1 parent 671e71a commit a7f063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

notify:
runs-on: ubuntu-latest
needs: relase
needs: release
steps:
- name: Send telegram message on release
uses: appleboy/telegram-action@master
Expand Down

0 comments on commit a7f063d

Please sign in to comment.