Skip to content

Commit 7c2ee49

Browse files
authored
fix: Update release.yml (#474)
Updates the call to find-changes.sh to specify the previous commit (the one before the workflow-triggering one).
1 parent 8838088 commit 7c2ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Get Affected Workspaces
5959
id: get_workspaces
60-
run: bash samples/find-changes.sh origin/main
60+
run: bash samples/find-changes.sh ${{ github.event.before }}
6161

6262
- name: Build Affected Projects
6363
if: steps.get_workspaces.outputs.changed_workspaces != ''

0 commit comments

Comments
 (0)