autotag/src
Antoine Busque 96c5b2e6e9 Fix: don't fail if the tag already exists
Previously, if the tag to create was deemed to already exist, a
warning would be logged and the action would not attempt to create it.

However, a recently merged commit [0] changed this behaviour, by
marking the action as failed if the tag already exists, instead of
simply emitting a warning.

Therefore, to prevent the action from failing when the tag already
exists, revert to the previous behaviour and emit a warning instead.

[0] 8a4f4d8b4f

Signed-off-by: Antoine Busque <antoinebusque@gmail.com>
2022-10-17 18:54:05 -04:00
..
lib Only import what is necessary 2022-10-14 12:10:47 -05:00
main.js Fix: don't fail if the tag already exists 2022-10-17 18:54:05 -04:00
package.json Refactored to use esbuild 2022-10-12 20:49:37 -05:00