Skip to content

Commit

Permalink
chore: use GITHUB_HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Jan 18, 2024
1 parent 8c557a4 commit 449761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const moduleExports = {
styledComponents: true,
},
generateBuildId: async () => {
return process.env.GIT_HASH || 'static-build-id';
return process.env.GITHUB_HASH || 'static-build-id';
},

publicRuntimeConfig: {
Expand Down

0 comments on commit 449761e

Please sign in to comment.