Skip to content

Commit

Permalink
Merge branch 'publishWorkflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
the3venthoriz0n committed Mar 17, 2024
2 parents fd25033 + a469a2f commit cd1f337
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/publishToThunderstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Publish To Thunderstore

on:
release:
types: [published]

jobs:
publish-to-thunderstore:
runs-on: ubuntu-latest
steps:
# Use checkout to publish the files in your repo
- uses: actions/checkout@main
- uses: GreenTF/upload-thunderstore-package@main
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd1f337

Please sign in to comment.