From def879e2583bc5d3e2544bce994ee66cf725428c Mon Sep 17 00:00:00 2001 From: akhilmhdh Date: Mon, 11 Nov 2024 05:54:47 +0000 Subject: [PATCH] feat: fixed typo in code --- .github/workflows/release-package-deb.yml | 4 ++-- config/software/infisical-cookbooks.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-package-deb.yml b/.github/workflows/release-package-deb.yml index 33d2504..badc1e8 100644 --- a/.github/workflows/release-package-deb.yml +++ b/.github/workflows/release-package-deb.yml @@ -1,4 +1,4 @@ -name: Build and release Deb Package +name: Build and release packages on: workflow_dispatch: @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Build the debian package + - name: Build the rpm package run: make pkg-rpm - name: Copy the pkg from source to local run: | diff --git a/config/software/infisical-cookbooks.rb b/config/software/infisical-cookbooks.rb index 5900a83..04ca2f1 100644 --- a/config/software/infisical-cookbooks.rb +++ b/config/software/infisical-cookbooks.rb @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -y + name 'infisical-cookbooks' license 'Apache-2.0'