Skip to content

Commit

Permalink
Secrets are inherited, set release title as modpack title
Browse files Browse the repository at this point in the history
  • Loading branch information
fclante committed Mar 26, 2024
1 parent 6f06e00 commit 329b279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
publish:
secrets: inherit
runs-on: ubuntu-latest
steps:
# Use checkout to publish the files in your repo
Expand All @@ -21,7 +22,7 @@ jobs:
namespace: Beeheim # the thunderstore 'team' to publish under
description: ${{ github.event.release.body }}
token: ${{ secrets.THUNDERSTORE_TOKEN }}
name: test # the name of the package
name: ${{ github.event.release.title }} # the name of the package
version: ${{ github.ref_name }} # Use the tag as the package version
community: Valheim # the game the package is for
repo: valheim.thunderstore.io
Expand Down

0 comments on commit 329b279

Please sign in to comment.