Skip to content

Commit 723fbbf

Browse files
committed
fix(ci): stage entire source code as composite actions don't allow vars input
1 parent 3de810f commit 723fbbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pre-release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,7 @@ jobs:
267267
id: create-pr
268268
uses: ./.github/actions/create-pr
269269
with:
270-
files: "pyproject.toml aws_lambda_powertools/shared/version.py $PROVENANCE_FILE"
270+
files: "pyproject.toml aws_lambda_powertools/"
271271
temp_branch_prefix: "ci-bump"
272272
pull_request_title: "chore(ci): new pre-release ${{ needs.seal.outputs.RELEASE_VERSION }}"
273273
github_token: ${{ secrets.GITHUB_TOKEN }}
274-
env:
275-
PROVENANCE_FILE: provenances/${{needs.seal.outputs.RELEASE_VERSION}}/${{needs.provenance.outputs.provenance-name}}

0 commit comments

Comments
 (0)