Browse Source

👷 Bump date on /Version.h

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
304a926b0a
  1. 1
      .github/workflows/bump-date.yml

1
.github/workflows/bump-date.yml

@ -28,6 +28,7 @@ jobs:
# Inline Bump Script
DIST=$( date +"%Y-%m-%d" )
eval "sed -E -i 's/(#define +STRING_DISTRIBUTION_DATE) .*$/\1 \"$DIST\"/g' Marlin/src/inc/Version.h" && \
eval "sed -E -i 's/(#define +STRING_DISTRIBUTION_DATE) .*$/\1 \"$DIST\"/g' Marlin/Version.h" && \
git config user.name "${GITHUB_ACTOR}" && \
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
git add . && \

Loading…
Cancel
Save