mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-02-22 15:10:32 +07:00
![]() 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]
|
||
---|---|---|
.. | ||
lib | ||
main.js | ||
package.json |