Skip to content

Commit

Permalink
More workflow fixes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Jan 15, 2024
1 parent 4c1853c commit 03b970e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup-node
uses: actions/setup-node@v4s
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
Expand All @@ -36,7 +36,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}

- run: |
- name: 'Update version and commit Chart.yaml'
run: |
version=$(jq -r .version ./charts/kubernetes-tentacle/package.json)
version="$version" yq -i '.version = strenv(version)' ./charts/kubernetes-tentacle/Chart.yaml
git config user.name github-actions
Expand Down

0 comments on commit 03b970e

Please sign in to comment.