Skip to content

Commit

Permalink
fix: Unhandled error: SyntaxError: Unexpected token '{'
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent fa658dd commit b18b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b18b77c

Please sign in to comment.