diff --git a/.github/workflows/publish-github.yaml b/.github/workflows/publish-github.yaml index 14b77fa..50669ed 100644 --- a/.github/workflows/publish-github.yaml +++ b/.github/workflows/publish-github.yaml @@ -56,7 +56,7 @@ jobs: }); console.log(`Id of the latest release is ${response.data.id} was found.`); - return ${response.data.id} + return response.data.id } catch (error) { console.error('Failed to get Id of the latest release', error); throw error;