-
Notifications
You must be signed in to change notification settings - Fork 46
Release process inconsistency #549
Copy link
Copy link
Open
Labels
good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Metadata
Metadata
Assignees
Labels
good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
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?