You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find this in marketspace. I use it .but it doesn't work Run Shopify/upload-to-release@v1.0.1 [11](https://github.com/xiao-k233/MagiskOnWSA/runs/5533906132?check_suite_focus=true#step:18:11) [@octokit/rest] const Octokit = require("@octokit/rest")is deprecated. Useconst { Octokit } = require("@octokit/rest") instead [12](https://github.com/xiao-k233/MagiskOnWSA/runs/5533906132?check_suite_focus=true#step:18:12) Error: Cannot read property 'id' of undefined
The text was updated successfully, but these errors were encountered:
This issue is occured when triggered the workflow by on.push.tags event.
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
Error: Cannot read properties of undefined (reading 'id')
I'm using this action for automatically create a GitHub Release after I pushed a tag and build artifacts by previous workflow steps. Can this action achieve it?
I find this in marketspace. I use it .but it doesn't work
Run Shopify/upload-to-release@v1.0.1 [11](https://github.com/xiao-k233/MagiskOnWSA/runs/5533906132?check_suite_focus=true#step:18:11) [@octokit/rest]
const Octokit = require("@octokit/rest")is deprecated. Use
const { Octokit } = require("@octokit/rest")instead [12](https://github.com/xiao-k233/MagiskOnWSA/runs/5533906132?check_suite_focus=true#step:18:12) Error: Cannot read property 'id' of undefined
The text was updated successfully, but these errors were encountered: