From 5ea6f7b5bf4da3a315388415a679a9179ef5acbf Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Thu, 4 Jan 2024 13:35:02 -0800 Subject: [PATCH] fix release note link --- .github/workflows/test_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index 225f310..3f39c49 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -110,6 +110,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} artifacts: 'dist/*' body: | - Please see https://github.com/micom-dev/q2-micom/blob/master/NEWS.md for the full release notes. + Please see https://github.com/micom-dev/q2-micom/blob/main/NEWS.md for the full release notes. draft: false prerelease: false