From 1b263b7a8e44df1f21abb920af82206ef02935cc Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Fri, 8 Nov 2024 15:42:45 -0800 Subject: [PATCH] Test GitHub Actions (#322) * testing a githuba ction * update the correct one --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a4545dc9..4ac56c305 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.1 with: release_branches: "release" + custom_tag: 3.0.1 github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release uses: ncipollo/release-action@v1