diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2770689..3f0a651 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Get Version id: get-version - run: echo ::set-output name=version::$(gradle --console=plain -q printVersion') + run: echo ::set-output name=version::$(gradle --console=plain -q printVersion) - name: Release Assets id: upload-release-assets diff --git a/.github/workflows/test-npm-release.yml b/.github/workflows/test-npm-release.yml index 68ed5fa..c0dd51c 100644 --- a/.github/workflows/test-npm-release.yml +++ b/.github/workflows/test-npm-release.yml @@ -25,7 +25,7 @@ jobs: - name: Get Version id: get-version - run: echo ::set-output name=version::$(gradle --console=plain -q printNpmVersion') + run: echo ::set-output name=version::$(gradle --console=plain -q printNpmVersion) - name: Restore NPM Dependencies id: restore-npm-dependencies