diff --git a/.github/workflows/simple-release.yml b/.github/workflows/simple-release.yml index 9748ea8..df818be 100644 --- a/.github/workflows/simple-release.yml +++ b/.github/workflows/simple-release.yml @@ -107,6 +107,9 @@ jobs: else echo "NEW_BRANCH_NEEDED=" >> $GITHUB_ENV fi + + - name: Install replacer lib + run: npm i replace-in-file - name: 'Download Bump manifest version js file and run in node' run: |