From 0e2bd60c522287456da137ab1cd6320739d794e3 Mon Sep 17 00:00:00 2001 From: Gary Garside Date: Tue, 5 Nov 2024 16:32:08 +0000 Subject: [PATCH] release/1.2.1 --- .github/workflows/ci.yml | 2 -- changelog.md | 4 ++++ version.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68075d4..5be25ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,6 @@ jobs: steps: - uses: actions/checkout@v1 - - name : Setup Config - run: composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}" - name: Install depenedencies uses: php-actions/composer@v1 - name: Run linter diff --git a/changelog.md b/changelog.md index a19b7ce..3533b7b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.2.1 - 2024-11-05 + +- Remove Nova secrets from being required in the CI runner action during Composer setup + ## 1.2.0 - 2024-11-05 - Fixed javascript error when inside a flexible componet diff --git a/version.txt b/version.txt index 26aaba0..6085e94 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 +1.2.1