You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ jobs:
99
99
- name: Create new diffs
100
100
run: |
101
101
mkdir diffs
102
+
git fetch origin release/$NEW_VERSION
102
103
for version in $(curl -s https://raw.githubusercontent.com/backstage/upgrade-helper-diff/master/releases.json | jq -r 'to_entries | .[] | .value.createApp // .key'); do
103
104
echo "Creating diffs between version $version and $NEW_VERSION"
for version in $(curl -s https://raw.githubusercontent.com/backstage/upgrade-helper-diff/master/releases-yarn-plugin.json | jq -r 'to_entries |.[] | .key'); do
122
124
echo "Creating yarn-plugin diffs between version $version and $RELEASE_VERSION"
0 commit comments