mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-24 09:11:08 +07:00
96c5b2e6e9
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 |