-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Which package(s) does this bug affect?
- Create Plugin
- Sign Plugin
- Plugin E2E
- Plugin Meta Extractor
- Plugin ESLint Rules
Package versions
create-plugin@6.1.5What happened?
I've created a plugin and once I've pushed it to GitHub, workflows were failing with errors like
Unable to resolve action
grafana/plugin-actions@v1.0.1, unable to find versionv1.0.1. Unable to resolve actiongrafana/plugin-actions@v1.0.2, unable to find versionv1.0.2
What you expected to happen
Generated workflow files should work
How to reproduce it (as minimally and precisely as possible)
- Create a plugin
- Push to GitHub
Environment
N/AAdditional context
#2234 replaced references to https://github.com/grafana/plugin-actions/ from using @main to @vX.Y.Z. However, it was missed that no tags in that form exist, but only like @subaction/X.Y.Z.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🔬 In review