Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 committed Sep 28, 2021
1 parent 0ec0634 commit c90a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Build/SetCIEnvs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = require("./package.json").version;
const version = require("../package.json").version;
const ActionsCore = require("@actions/core");
console.log(version);
ActionsCore.exportVariable("BdsCoreVersion", version);

0 comments on commit c90a8b0

Please sign in to comment.