Skip to content

Commit

Permalink
Merge pull request #2 from lnx85/fix-publish
Browse files Browse the repository at this point in the history
Fix github actions
  • Loading branch information
lnx85 authored Jul 3, 2024
2 parents 69fbb57 + 911a20e commit 2c8e155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: ["https://www.buymeacoffee.com/edenhaus"]
custom: ["https://www.buymeacoffee.com/lnx85"]
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ template: |
$CHANGES
**Like my work and want to support me?**
<a href="https://www.buymeacoffee.com/edenhaus" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-black.png" width="150px" height="35px" alt="Buy Me A Coffee" style="height: 35px !important;width: 150px !important;" ></a>
<a href="https://www.buymeacoffee.com/lnx85" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-black.png" width="150px" height="35px" alt="Buy Me A Coffee" style="height: 35px !important;width: 150px !important;" ></a>
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}

0 comments on commit 2c8e155

Please sign in to comment.