diff --git a/.copier-template/.github/workflows/release.yaml b/.copier-template/.github/workflows/release.yaml index 3ef6936..857e5a9 100644 --- a/.copier-template/.github/workflows/release.yaml +++ b/.copier-template/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - name: Action | Semantic Version Release id: release # Adjust tag with desired version if applicable. - uses: python-semantic-release/python-semantic-release@v9.12.2 + uses: python-semantic-release/python-semantic-release@v9.15.2 with: build: true github_token: ${{ secrets.GITHUB_TOKEN }}