From 35f57dbf4fe60f4a1c52176dd6f1035a1e06e472 Mon Sep 17 00:00:00 2001 From: Jackie Quach Date: Thu, 1 Aug 2024 15:25:09 -0400 Subject: [PATCH] update autotag version --- .github/workflows/build-production.yaml | 4 ++-- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-production.yaml b/.github/workflows/build-production.yaml index adb41340..f6e1a522 100644 --- a/.github/workflows/build-production.yaml +++ b/.github/workflows/build-production.yaml @@ -18,8 +18,8 @@ jobs: # the tag will match the package.json version (eg. v1.0.0) - name: Tag id: autotagger - uses: butlerlogic/action-autotag@stable - env: + uses: butlerlogic/action-autotag@1.1.2 + env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: strategy: package diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c2af5a..6a28411d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - SFR-2032: Update local API url - SFR-2076: Fix DRB PW Regression Tests - Update README with instructions to run app locally +- Update `butlerlogic/action-autotag` version to be pinned since the stable version is using an unsupported Node version ## [0.18.1]