We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7822d8b commit dc597f0Copy full SHA for dc597f0
.github/FUNDING.yml
@@ -0,0 +1,3 @@
1
+ko_fi: jaywcjlove
2
+buy_me_a_coffee: jaywcjlove
3
+custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: ncipollo/release-action@v1
58
if: steps.create_tag.outputs.successful
59
with:
60
+ allowUpdates: true
61
token: ${{ secrets.GITHUB_TOKEN }}
62
name: ${{ steps.create_tag.outputs.version }}
63
tag: ${{ steps.create_tag.outputs.version }}
0 commit comments