Skip to content

Commit

Permalink
Merge pull request #552 from mountaindude/549-refactor-ci
Browse files Browse the repository at this point in the history
549 refactor ci
  • Loading branch information
mountaindude authored Aug 15, 2023
2 parents 9b39514 + 724002f commit 5267740
Show file tree
Hide file tree
Showing 8 changed files with 2,200 additions and 3,821 deletions.
943 changes: 943 additions & 0 deletions .github/workflows/ci.yaml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
424 changes: 0 additions & 424 deletions .github/workflows/release-please.yml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function checkFileExistsSync(filepath) {
}

// Get app version from package.json file
const appVersion = require('../package.json').version;
const appVersion = require('./package.json').version;

// Command line parameters
const program = new Command();
Expand Down
Loading

0 comments on commit 5267740

Please sign in to comment.