Hello,
The new version of the action is breaking my release flow:
Run changesets/action@v1
setting git user
/usr/bin/git config user.name "github-actions[bot]"
/usr/bin/git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
setting GitHub credentials
No changesets found. Attempting to publish any unpublished packages to npm
Found existing user .npmrc file
Didn't find existing auth token for the npm registry in the user .npmrc file, creating one
/usr/bin/echo New tag: <app>@1.3.1
New tag: <app>@1.3.1
/usr/bin/git push origin v1.3.1
error: src refspec v1.3.1 does not match any
error: failed to push some refs to '<repo_url>'
Error: Error: The process '/usr/bin/git' failed with exit code 1
Error: The process '/usr/bin/git' failed with exit code 1
I have forced v1.4.10 to be able to release for now, let me know if there is something I can do to help debug the issue.
Hello,
The new version of the action is breaking my release flow:
I have forced v1.4.10 to be able to release for now, let me know if there is something I can do to help debug the issue.