-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Preflight Checklist
- I have installed the latest version of Storage Explorer.
- I have checked existing resources, including the troubleshooting guide and the release notes.
- I have searched for similar issues.
Storage Explorer Version
1.31.2
Regression From
1.30.1
Architecture
x64
Storage Explorer Build Number
No response
Platform
Linux (tar.gz)
OS Version
Ubuntu 20.04
Bug Description
We dynamically pull the 'latest' version using the tag_name from this JSON api.github.com/repos/microsoft/AzureStorageExplorer/releases/latest file using the tag_name attribute. Currently the 'latest' tag for Azure Storage Explorer is pointing to v1.29.3 from this file, which it does not match up with https://github.com/microsoft/AzureStorageExplorer/releases, where 'latest' would be v1.31.2
Steps to Reproduce
- Navigate to Azure Storage Explorer | Releases | Latest
It is pointing to v1.29.3 and not v1.31.2
Actual Experience
JSON api.github.com/repos/microsoft/AzureStorageExplorer/releases/latest file has tag_name attribute = v1.29.3
Expected Experience
JSON api.github.com/repos/microsoft/AzureStorageExplorer/releases/latest file should have tag_name attribute set to latest release, which is = v1.31.2
Additional Context
No response