Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fclante committed Mar 26, 2024
1 parent 24a9e1b commit 495196d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
files: vanilla-plus/
dest: modpack.zip

- name: Extract version from package.json
- name: Extract name from manifest
uses: sergeysova/jq-action@v2
id: extract_modpack_name
with:
Expand All @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.THUNDERSTORE_TOKEN }}
name: ${{ steps.get_modpack_name.outputs.name }} # the name of the package
version: ${{ github.ref_name }} # Use the tag as the package version
community: valheim # the game the package is for
community: Valheim # the game the package is for
repo: valheim.thunderstore.io
file: modpack.zip
categories: | # <-- notice this pipe character
Expand Down
2 changes: 1 addition & 1 deletion vanilla-plus/base-pack/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Beeheim_Vanilla_Plus_S2",
"version_number": ",
"version_number": "0.0.4",
"website_url": "https://discord.gg/beh77TKAQg",
"description": "Official whitelist modpack for the Beeheim is Happy community",
"dependencies": [
Expand Down

0 comments on commit 495196d

Please sign in to comment.