From 4fae00b68b629fedf32429200c48ea7dd255ea53 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:11:03 -0400 Subject: [PATCH] fix(ci): correct tag for checkout (#150) --- .github/workflows/release-notes.yml | 2 +- README.md | 5 +++++ hatch.toml | 17 +++++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f2f7c937..8108554f 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - ref: 'v${{ inputs.tags }}' + ref: '${{ inputs.tags }}' - name: Setup CI uses: ./.github/actions/setup-repo with: diff --git a/README.md b/README.md index 8507759a..5b784cc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@  + +