Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jun 20, 2024
1 parent abaac87 commit ae860dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"version": "v1.0.0-preview.1",
"myApp": {
"myVersion": "v1.0.0-preview.1"
},
"tasks": {
"build": "./.github/cicd/scripts/deno-build.ts",
"tests": "deno test ./Tests/*Tests.ts"
Expand Down
2 changes: 1 addition & 1 deletion prepare-release-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
}],
"githubTokenEnvVarName": "CICD_TOKEN",
"versionFilePath": "./deno.json",
"versionJSONKeyPath": "version"
"versionJSONKeyPath": "myApp.myVersion"
}

0 comments on commit ae860dd

Please sign in to comment.