Skip to content

Commit

Permalink
fix workflows on publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Feb 11, 2024
1 parent 250f0a9 commit 69f16c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
# You can update this logic if you want to manage releases differently
runs-on: ubuntu-latest
needs: [ validate_nuget, update_release_draft ]
needs: [ validate_nuget ]
# needs: [ validate_nuget, run_test, update_release_draft ]
steps:
# Download the NuGet package created in the previous job
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# MasterCommander

---

Write code, not commands. MasterCommander provides a simple, consistent interface for common development tasks.

| ![Logo MasterCommander](https://raw.githubusercontent.com/phmatray/MasterCommander/main/logo.png) | MasterCommander is a versatile command-line utility designed to streamline the workflow for developers working with multiple technology stacks. By integrating common operations for Git, .NET, Docker, and npm into a single application, MasterCommander enhances productivity and simplifies project setup and management tasks. |
Expand All @@ -17,6 +15,7 @@ Write code, not commands. MasterCommander provides a simple, consistent interfac
[![GitHub pull requests](https://img.shields.io/github/issues-pr/phmatray/MasterCommander)](https://github.com/phmatray/MasterCommander/pulls)
[![GitHub contributors](https://img.shields.io/github/contributors/phmatray/MasterCommander)](https://github.com/phmatray/MasterCommander/graphs/contributors)
[![GitHub last commit](https://img.shields.io/github/last-commit/phmatray/MasterCommander)](https://github.com/phmatray/MasterCommander/commits/master)

[![codecov](https://codecov.io/gh/phmatray/MasterCommander/branch/main/graph/badge.svg?token=041C4QKW6O)](https://app.codecov.io/gh/phmatray/MasterCommander/tree/main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/84e2475f22a04bc1bed551f081029e82)](https://app.codacy.com/gh/phmatray/MasterCommander/dashboard)

Expand All @@ -34,8 +33,8 @@ Write code, not commands. MasterCommander provides a simple, consistent interfac
* [Roadmap (next features)](#roadmap-next-features)
* [📥 Installation](#-installation)
* [📋 Prerequisites](#-prerequisites)
* [🚀 From Source](#-from-source)
* [We use the latest C# features](#we-use-the-latest-c-features)
* [🚀 From Source](#-from-source)
* [📦 NuGet Packages](#-nuget-packages)
* [📊 Code Quality](#-code-quality)
* [🧪 Tests Specifications](#-tests-specifications)
Expand All @@ -47,6 +46,8 @@ Write code, not commands. MasterCommander provides a simple, consistent interfac
* [📜 License](#-license)
<!-- TOC -->

---

## 🏁 Getting started

Use your favorite CLI tools without leaving your code editor:
Expand Down

0 comments on commit 69f16c4

Please sign in to comment.