Skip to content

Commit

Permalink
build: add mod description to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz authored Jun 22, 2023
1 parent 5e63394 commit c22184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Package version to publish
version: ${{ github.ref_name }} # This is the tag that was created in the release
# Description of the mod
description: Example mod description # <----------- UPDATE THIS
description: Reach all checkpoints and end the race as fast as you can.
# Thunderstore API token
token: ${{ secrets.TS_KEY }}
# Directory to wrap the contents of the repo in
Expand Down

0 comments on commit c22184c

Please sign in to comment.