We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de810f commit 723fbbfCopy full SHA for 723fbbf
.github/workflows/pre-release.yml
@@ -267,9 +267,7 @@ jobs:
267
id: create-pr
268
uses: ./.github/actions/create-pr
269
with:
270
- files: "pyproject.toml aws_lambda_powertools/shared/version.py $PROVENANCE_FILE"
+ files: "pyproject.toml aws_lambda_powertools/"
271
temp_branch_prefix: "ci-bump"
272
pull_request_title: "chore(ci): new pre-release ${{ needs.seal.outputs.RELEASE_VERSION }}"
273
github_token: ${{ secrets.GITHUB_TOKEN }}
274
- env:
275
- PROVENANCE_FILE: provenances/${{needs.seal.outputs.RELEASE_VERSION}}/${{needs.provenance.outputs.provenance-name}}
0 commit comments