diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f34b80..6e4f502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: version: ${{ steps.setversion.outputs.version }} steps: - name: setversion - run: echo "::set-output name=version::"0.0.4"" + run: echo "::set-output name=version::\"0.0.4\"" publish_docker_hub: needs: getversion runs-on: ubuntu-latest diff --git a/.projenrc.js b/.projenrc.js index 4685025..6dd9a8c 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -32,7 +32,7 @@ project.releaseWorkflow.addJobs({ run: //[ // 'JSON=$(cat ./version.json)', // 'echo "::set-output name=matrix::{\\"include\\":[{\\"version\\":\\"0.0.2\\"}]}"', - 'echo "::set-output name=version::\"0.0.4\""' + 'echo "::set-output name=version::\\"0.0.4\\""' // 'echo "::set-output name=matrix::${JSON//\'%\'/\'%25\'}"', // 'echo "::set-output name=version::${JSON}"', //].join('\n'),