From 329b2799615037118be9ccab74cb77f71715fda2 Mon Sep 17 00:00:00 2001 From: fclante Date: Tue, 26 Mar 2024 21:03:47 +0100 Subject: [PATCH] Secrets are inherited, set release title as modpack title --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fd6206e..1798e0a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,6 +7,7 @@ on: jobs: publish: + secrets: inherit runs-on: ubuntu-latest steps: # Use checkout to publish the files in your repo @@ -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