Skip to content

Commit

Permalink
build(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 31, 2024
1 parent 967d600 commit 2283489
Show file tree
Hide file tree
Showing 3 changed files with 1,069 additions and 3,144 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/get-version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const { writeFileSync } = require('node:fs');

(async () => {

// https://github.com/semantic-release/semantic-release/issues/753#issuecomment-550977000
Expand All @@ -6,7 +8,6 @@


if (result) {
const {writeFileSync} = require('fs');
writeFileSync('./version', result.nextRelease.version);
writeFileSync('./artifact/release.json', JSON.stringify(result.nextRelease, null, ' '));
} else {
Expand Down
Loading

0 comments on commit 2283489

Please sign in to comment.