Skip to content

Commit

Permalink
Update GH Action: update-app-version
Browse files Browse the repository at this point in the history
Sync agent-helm release with the agent one
SCALRCORE-27249
  • Loading branch information
github-actions[bot] committed Sep 18, 2023
1 parent da49e5d commit dde9a02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/actions/update-app-version/index.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -18446,8 +18446,7 @@ const fs = __nccwpck_require__(7147)
const path = __nccwpck_require__(1017)

const chartsDir = path.join(process.env.GITHUB_WORKSPACE, 'charts')
const appVersion = '0.42.0'
// const appVersion = core.getInput('app_version', { required: true })
const appVersion = core.getInput('app_version', { required: true })
core.info(`The appVersion ${appVersion}`)

function getCharts () {
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/update-app-version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const fs = require('fs')
const path = require('path')

const chartsDir = path.join(process.env.GITHUB_WORKSPACE, 'charts')
const appVersion = '0.42.0'
// const appVersion = core.getInput('app_version', { required: true })
const appVersion = core.getInput('app_version', { required: true })
core.info(`The appVersion ${appVersion}`)

function getCharts () {
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.vscode/

**/node_modules/
**/dist/

0 comments on commit dde9a02

Please sign in to comment.