I’m following the instructions here for releasing the plugin: Release your plugin with GitHub Actions - Developer Documentation
When I push the tag to Github and go to the Actions tab in my repo it runs the process but errors out on the Create Release task. The error is:
HTTP 403: Resource not accessible by integration (https://api.github.com/repos/joshrouwhorst/obsidian-style-import/releases)
Here is my latest build: Working on Actions · joshrouwhorst/obsidian-style-import@7089394 · GitHub
This is my first time using Github Actions so maybe there is a step missing I’m not aware of. Thanks!