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 49430ac commit 4da6e5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
run: |
echo "version=$(echo ${{ github.event.release.tag_name }} | sed 's/v//')" >> $GITHUB_OUTPUT
- name: Update version in manifest
run: |
jq '.version = ${{ github.ref_name}}' vanilla-plus/base-pack/manifest.json > temp.json
mv temp.json vanilla-plus/base-pack/manifest.json
env:
version: ${{ steps.strip_version.outputs.version }}

- uses: GreenTF/[email protected]
with:
namespace: Beeheim # the thunderstore 'team' to publish under
Expand Down

0 comments on commit 4da6e5f

Please sign in to comment.