Skip to content

Commit

Permalink
fix: update version in package files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypyles committed Dec 17, 2024
1 parent 8fa3873 commit 60b4e88
Show file tree
Hide file tree
Showing 2 changed files with 1,839 additions and 1,839 deletions.
2 changes: 1 addition & 1 deletion .github/actions/update-version/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: Update package versions
run: |
sed -i "s/^version = \".*/version = \"${{ inputs.version }}\"/" pyproject.toml
sed -i 's/"version": "[^"]*"/"version": "${{ inputs.version }}"/' package.json
sed -i 's/"version": "[^"]*"/"version": \"${{ inputs.version }}\"/' package.json package-lock.json
sed -i "s/^version:.*/version: ${{ inputs.version }}/" charts/dashboard/Chart.yaml
sed -i "s/APP_VERSION:.*/APP_VERSION: ${{ inputs.version }}/" charts/dashboard/values.yaml
shell: bash
Expand Down
Loading

0 comments on commit 60b4e88

Please sign in to comment.