From 9b9cd1ac0e56600ae0c4fe293959053bdda87ada Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Tue, 22 Apr 2025 18:15:46 +0200 Subject: [PATCH] Updated tagging --- .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 71a018d..840aa83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - default_bump: ${{ steps.change_size.outputs.patch_size }} + default_bump: ${{ inputs.change_size }} custom_release_rules: "" dry_run: true