[FOLIO-3425] stripes-smart-components GA "buildNPM" release does not run for new tags Created: 21/Feb/22 Updated: 22/Feb/22 Resolved: 22/Feb/22 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Zak Burke | Assignee: | Ankita Sen |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
||||||||
| Issue links: |
|
||||||||
| Sprint: | DevOps Sprint 134 | ||||||||
| Development Team: | FOLIO DevOps | ||||||||
| RCA Group: | TBD | ||||||||
| Description |
|
Overview: The GitHub Actions “buildNPM Release” action did not fire when I pushed the tag v7.1.0 to stripes-smart-components. I tried running it manually but that yielded no results: “This check was skipped”. |
| Comments |
| Comment by Ankita Sen [ 22/Feb/22 ] |
|
ran the job manually and it worked. I don't know why it failed in the first place. While running manually I selected the "buildNPM Release" workflow in the actions tab, then selected the tag v7.1.0 instead of master and ran the workflow. It succeeded. The workflow only triggers when the triggering branch starts with refs/tags/v maybe that's why the manual trigger was not working since it was taking main branch hence all the steps were directly being skipped. |