Release process inconsistency
Open
good first issue
help wanted
- Dominant language
- PowerShell
- Stars
- 243
- Forks
- 46
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 1
Description
### Problem description
Every now and then a access token expires and the a release does not succeed. This is usually not a big deal. But sometimes the PowerShell Gallery token is valid but not the GitHub one. This results in a release on the PowerShell Gallery but Sampler fails to write the tag in the GitHub repository. In this case, no further release will be possible until you create the tag manually.
Can we check the validity of the token for the PowerShell Gallery and GitHub first somehow and only proceed if both tokens are valid?
Contributor guide
Assessment
This issue has not been assessed yet.