Commit Graph

7 Commits

Author SHA1 Message Date
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
Corey Butler
bdc6f83c6d
Only import what is necessary 2022-10-14 12:10:47 -05:00
Corey Butler
2bde77fdf0
Updated inline docs 2022-10-14 11:28:34 -05:00
Corey Butler
3deae16629
Added manual strategy (derived when version is supplied) 2022-10-14 11:22:56 -05:00
Corey Butler
bacfccaa39
Refactored to use esbuild 2022-10-12 20:49:37 -05:00
Corey Butler
1abc96470f Initial cleanup 2019-09-02 16:11:57 -05:00
Corey Butler
a4a60d0d53 Initial commit 2019-09-02 15:40:00 -05:00