ParadigmMC / mc-modpack-kit

A template designed to streamline the release process of Minecraft modpacks.
Creative Commons Zero v1.0 Universal
29 stars 10 forks source link

bug: Set version workflow fails #42

Closed Aninuscsalas closed 1 year ago

Aninuscsalas commented 1 year ago

Describe the bug When running the set version workflow it fails

To Reproduce Steps to reproduce the behavior:

  1. Go to Actions
  2. Run the Set version | Manual Workflow
  3. Fails

Additional context

Run git commit --allow-empty -m "chore: release v0.3.0" -m "Release-As: v0.3.0
  git commit --allow-empty -m "chore: release v0.3.0" -m "Release-As: v0.3.0
  shell: /usr/bin/bash -e {0}
/home/runner/work/_temp/bfbe7fc6-da1d-4d30-8d27-685ff7f79927.sh: line 1: unexpected EOF while looking for matching `"'
Error: Process completed with exit code 2.`

Oops

jh-devv commented 1 year ago

Oh sorry I notify you when I have done the rework/multibranch, it's bit broken rn

jh-devv commented 1 year ago

Fixed with 00e966d