From 4bfe8f239f7d160e8ca5a1c90b2dde52c5211c30 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 12 May 2026 08:34:31 +0800 Subject: [PATCH] fix: use @main for release workflow reference --- .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 52a9e83..c45a00b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ permissions: jobs: release: - uses: actions-mn/.github/.github/workflows/metanorma-release.yml@1e39548 + uses: actions-mn/.github/.github/workflows/metanorma-release.yml@main with: default-visibility: private include-pattern: ${{ github.event.inputs.include-pattern || '*' }}