AlaskaAirlines / auro-checkbox

Custom element for the purpose of allowing users to select one or more options of a limited number of choices.
https://auro.alaskaair.com/components/auro/checkbox
Apache License 2.0
0 stars 1 forks source link

Update to use semantic-release-action v3 #90

Closed jordanjones243 closed 1 year ago

jordanjones243 commented 1 year ago

Describe the bug

A clear and concise description of what the bug is.

This component is currently using semantic-release-action v2, which is causing the most recent release to fail.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://github.com/AlaskaAirlines/auro-checkbox/actions
  2. Look for "Test and publish #134"
  3. See error

Expected behavior

A clear and concise description of what you expected to happen.

PRs and their changes are released.

blackfalcon commented 1 year ago

UPDATE: This is not an issue with semantic release or the installed npm version. This is an issue with the legacy versions of Github Actions that no longer work due to Github no longer supporting Node 12 actions. This includes;

  1. actions/checkout
  2. actions/setup-node
  3. and... cycjimmy/semantic-release-action