We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The action attempts to fetch the history of crates and skip ones that are already published. However, it seems to fail with the following error:
Type mismatch on variable $sha and argument oid (String! / GitObjectID)'
We had a publish job that failed mid-way and attempted to rerun the job which caused these errors:
https://github.com/FuelLabs/sway/actions/runs/4619359959/jobs/8171763692
The text was updated successfully, but these errors were encountered:
Looks like this related to #644. Seems #645 may fix this issue.
Sorry, something went wrong.
@Voxelot Could you test it again?
No branches or pull requests
The action attempts to fetch the history of crates and skip ones that are already published. However, it seems to fail with the following error:
Type mismatch on variable $sha and argument oid (String! / GitObjectID)'
We had a publish job that failed mid-way and attempted to rerun the job which caused these errors:
https://github.com/FuelLabs/sway/actions/runs/4619359959/jobs/8171763692
The text was updated successfully, but these errors were encountered: