Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release.yaml: remove spurious checkout action to un-break CI #44

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

t-lo
Copy link
Member

@t-lo t-lo commented Feb 13, 2024

The "delete tag" action step included a spurious reference to the checkout action which lead to CI breakage:

  Error: .github#L1
  a step cannot have both the `uses` and `run` keys

This change fixes that issue.

The "delete tag" action step included a spurious reference to the
checkout action which lead to CI breakage:

  Error: .github#L1
  a step cannot have both the `uses` and `run` keys

This change fixes that issue.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
@t-lo t-lo requested a review from a team February 13, 2024 08:44
@t-lo
Copy link
Member Author

t-lo commented Feb 13, 2024

@t-lo t-lo merged commit d256cb4 into main Feb 13, 2024
@t-lo t-lo deleted the t-lo/fix-github-action branch February 13, 2024 10:03
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.

2 participants