
Chance of Water 2
You are viewing a potentially older version of this package. View Latest Version
test
TestDetails
Loading...

Loading...
Github action that uses the thunderstore CLI to upload a package to thunderstore
name: Publish Mod
# Run when a new release is... released
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
# Use checkout to publish the files in your repo
- uses: actions/checkout@v3
- uses: GreenTF/[email protected]
with:
namespace: GreenTF # the thunderstore 'team' to publish under
description: Test
token: your-token
name: test # the name of the package
version: $GITHUB_REF # Use the tag of the release as the package version
community: Northstar