Skip to content

Commit

Permalink
Update get-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 4, 2024
1 parent c72dc80 commit 4587623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/get-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uploadUrl = release.data.upload_url;
} catch (error) {
console.log('Error fetching latest release: ', error.message);
uploadUrl = error.message;
}
return uploadUrl;
- name: Print release upload URL
Expand Down

0 comments on commit 4587623

Please sign in to comment.