Skip to content

Commit 108ff75

Browse files
committed
allow to checkout the latest commit on main, since there is still no newer tag than 7.0 ATM
1 parent 240fbd3 commit 108ff75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
uses: actions/checkout@v3
6666
with:
6767
repository: avrdudes/avrdude
68-
ref: ${{ steps.get_tag_name.outputs.AVRDUDE_TAG }} # pay attention, the pathches could not apply to newer version than 7.0
68+
ref: 4c92030e3a486cfbaeb36e298f6f2929e8e031eb # checking out the latest commit on main, since there is still no newer tag than 7.0
6969
path: ${{ env.PROJECT_NAME }}
7070

7171
- name: Set the version
7272
working-directory: avrdude-packing/patches/
73-
run: perl -pi -e "s/ARDUINO_VERSION_PLACEHOLDER/${GITHUB_REF##*/}/g" 0008-Append-arduino-to-version-string.patch
73+
run: perl -pi -e "s/ARDUINO_VERSION_PLACEHOLDER/${GITHUB_REF##*/}, 4c92030e3a486cfbaeb36e298f6f2929e8e031eb/g" 0008-Append-arduino-to-version-string.patch
7474

7575
- name: Apply patches
7676
working-directory: ${{ env.PROJECT_NAME }}

0 commit comments

Comments
 (0)