Publish To Thunderstore #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |