Skip to content

Fix release CI from failing - #21

Merged
chrisdevereux merged 1 commit into
mainfrom
fix-releases
Dec 9, 2021
Merged

Fix release CI from failing#21
chrisdevereux merged 1 commit into
mainfrom
fix-releases

Conversation

@chrisdevereux

Copy link
Copy Markdown
Contributor

Description

Prevents npm from attempting to create a tag on release

Motivation and Context

Npm releases were failing from github CI release triggers because it attempts to create a tag that already exists – it is the creation of the tag in the github UI that triggers the action.

Types of changes

  • Tooling & CI

Checklist:

  • I have documented all new methods using google docstring format.
  • I have added type annotations to any public API methods.
  • I have updated any relevant high-level documentation.
  • I have added a usage example to the example app if relevant.
  • I have written tests covering all new changes.

@chrisdevereux
chrisdevereux merged commit e1a6cd1 into main Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant