From a63f2312f071155c84ff686544f9b28fdac12692 Mon Sep 17 00:00:00 2001 From: David McKee Date: Mon, 4 Nov 2024 16:48:20 +0000 Subject: [PATCH] Use upstream latest-tag because dxw fork is outdated and archived. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04e9dd1..d90bfa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@master - name: Run latest-tag - uses: dxw/latest-tag@force-branch + uses: EndBug/latest-tag@force-branch with: tag-name: production force-branch: true