From 0b4201ebeb7e0e1bdc81fd2fd2dfc14e7201a798 Mon Sep 17 00:00:00 2001 From: the3venthoriz0n Date: Sat, 16 Mar 2024 18:46:45 -0700 Subject: [PATCH 1/4] Add workflow yml --- .github/workflows/publishToThunderstore.yml | 27 +++++++++++++++++++++ readme.md | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/publishToThunderstore.yml diff --git a/.github/workflows/publishToThunderstore.yml b/.github/workflows/publishToThunderstore.yml new file mode 100644 index 0000000..e6ed98f --- /dev/null +++ b/.github/workflows/publishToThunderstore.yml @@ -0,0 +1,27 @@ +name: Publish To Thunderstore + +on: + release: + types: [published] + +jobs: + publish: + runs-on: ubuntu-latest + steps: + # Use checkout to publish the files in your repo + - uses: actions/checkout@v4 + - uses: GreenTF/upload-thunderstore-package@v4.2 + with: + # The thunderstore 'team' to publish under + namespace: the3venthoriz0n + description: It's un-bee-lievably fun! + token: ${{ secrets.API_TOKEN }} + name: MoreBees + # Use the tag as the package version + version: ${{ github.ref_name }} + community: Lethal Company + repo: thunderstore.io + categories: | + Mods + BepInEx + diff --git a/readme.md b/readme.md index af702ec..ba4bf24 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Don't hesitate to report any "bugs" (pun intended) and if you really love it, [b - A secret surprise ## Future Plans -- I plan to add unlimited sprint only while holding a hive +- Unlimited sprint only while holding a hive - More bees can never hurt ## Instructions From 5863347a01f6fc7c3cffbbd7a17e40dfbaada841 Mon Sep 17 00:00:00 2001 From: the3venthoriz0n Date: Sat, 16 Mar 2024 19:07:17 -0700 Subject: [PATCH 2/4] Update workflow file --- .github/workflows/publishToThunderstore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishToThunderstore.yml b/.github/workflows/publishToThunderstore.yml index e6ed98f..2cbd42c 100644 --- a/.github/workflows/publishToThunderstore.yml +++ b/.github/workflows/publishToThunderstore.yml @@ -10,7 +10,7 @@ jobs: steps: # Use checkout to publish the files in your repo - uses: actions/checkout@v4 - - uses: GreenTF/upload-thunderstore-package@v4.2 + - uses: GreenTF/upload-thunderstore-package@v4.3 with: # The thunderstore 'team' to publish under namespace: the3venthoriz0n From 57c1ded26f4d848afb90715808d947688fae30eb Mon Sep 17 00:00:00 2001 From: the3venthoriz0n Date: Sat, 16 Mar 2024 19:22:49 -0700 Subject: [PATCH 3/4] update workflow file --- .github/workflows/publishToThunderstore.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publishToThunderstore.yml b/.github/workflows/publishToThunderstore.yml index 2cbd42c..f46c001 100644 --- a/.github/workflows/publishToThunderstore.yml +++ b/.github/workflows/publishToThunderstore.yml @@ -1,15 +1,17 @@ name: Publish To Thunderstore -on: - release: - types: [published] +# on: +# release: +# types: [published] + +on: push jobs: publish: runs-on: ubuntu-latest steps: - # Use checkout to publish the files in your repo - - uses: actions/checkout@v4 + # Use checkout to publish the files in your repo + - uses: actions/checkout@v4 - uses: GreenTF/upload-thunderstore-package@v4.3 with: # The thunderstore 'team' to publish under @@ -24,4 +26,3 @@ jobs: categories: | Mods BepInEx - From a469a2fa4d0a09131160bd9caf6de131c6f11350 Mon Sep 17 00:00:00 2001 From: the3venthoriz0n Date: Sat, 16 Mar 2024 19:29:30 -0700 Subject: [PATCH 4/4] Update workflow file --- .github/workflows/publishToThunderstore.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publishToThunderstore.yml b/.github/workflows/publishToThunderstore.yml index f46c001..77ce34b 100644 --- a/.github/workflows/publishToThunderstore.yml +++ b/.github/workflows/publishToThunderstore.yml @@ -1,18 +1,16 @@ name: Publish To Thunderstore -# on: -# release: -# types: [published] - -on: push +on: + release: + types: [published] jobs: - publish: + publish-to-thunderstore: runs-on: ubuntu-latest steps: # Use checkout to publish the files in your repo - - uses: actions/checkout@v4 - - uses: GreenTF/upload-thunderstore-package@v4.3 + - uses: actions/checkout@main + - uses: GreenTF/upload-thunderstore-package@main with: # The thunderstore 'team' to publish under namespace: the3venthoriz0n