Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald authored Dec 11, 2023
1 parent 567c294 commit 947ea96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
steps:
# Use checkout to publish the files in your repo
- uses: actions/checkout@v3
- uses: GreenTF/upload-thunderstore-package@v4
- uses: GreenTF/upload-thunderstore-package@v4.1
with:
namespace: GreenTF # the thunderstore 'team' to publish under
description: Test
token: ${{ secrets.YOUR_TOKEN_NAME }}
name: test # the name of the package
version: $GITHUB_REF_NAME # Use the tag as the package version
version: ${{ github.ref_name }} # Use the tag as the package version
community: Northstar
repo: northstar.thunderstore.io
categories: | # <-- notice this pipe character
Foo
foo
bar-baz
```
Expand Down

0 comments on commit 947ea96

Please sign in to comment.