Skip to content

Commit

Permalink
Bugfix: solve build conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauer2811 committed Aug 21, 2023
1 parent 19c633c commit 6445e10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ const getVersion = () => {
const { exec } = require('child_process');
return new Promise(function (resolve, reject) {
exec(
// 'git describe --tags',
'git describe --tags --abbrev=0 --match="v*.*" --exclude="*-*" --first-parent',
'git describe --tags --abbrev=0',
function (error, standardOutput, standardError) {
if (error) {
reject();
Expand Down

0 comments on commit 6445e10

Please sign in to comment.