fix: invalid certificate publishing (#1509)
## 📜 Description
Fixed a problem with publishing latest release.
## 💡 Motivation and Context
It happens because of checkout action. Sometime it may read a detached
commit, which is obviously not verified and because of that package will
not be published.
In this PR I'm fixing it.
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### CI
- bump checkout to v6;
- use `${{ github.event.release.tag_name }}` as a stable reference;
## 🤔 How Has This Been Tested?
Will test after merge to `main`.
## 📸 Screenshots (if appropriate):
N/A
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed K
Kirill Zyusko committed
213f07d2b7776bf4f3143df5acff42ad8b93bb21
Parent: 873699f
Committed by GitHub <noreply@github.com>
on 6/22/2026, 11:35:39 AM