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
sed -i "s/static private final int REVISION = [0-9]\+;/static private final int REVISION = ${{ needs.version.outputs.build_number }};/" app/src/processing/app/Base.java
99
+
100
+
sed -i "" "s/static private final int REVISION = [0-9][0-9]*;/static private final int REVISION = ${{ needs.version.outputs.build_number }};/" app/src/processing/app/Base.java
0 commit comments