Skip to content

Commit fe68d5a

Browse files
committed
fix(release): Fix release workflow
Fix issues in the release workflow. Signed-off-by: Bryan Ramos <bramos@redhat.com>
1 parent 1a3c4b8 commit fe68d5a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
node-version: 20
3333
cache: npm
3434

35+
- name: Install dependencies
36+
run: npm ci
37+
3538
- name: Run updater script
36-
env:
37-
VERSION: ${{ inputs.version }}
3839
run: |
3940
node utils/update-release-json.js \
4041
--version ${{ inputs.version }}
@@ -51,8 +52,6 @@ jobs:
5152
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5253
5354
- name: Create Pull Request
54-
env:
55-
VERSION: ${{ inputs.version }}
5655
uses: peter-evans/create-pull-request@v6
5756
with:
5857
base: main

0 commit comments

Comments
 (0)