chore: adjust release workflow

This commit is contained in:
Adrian Castro
2024-03-17 19:23:23 +01:00
committed by GitHub
parent 8697710657
commit 1ce287267e

View File

@@ -169,6 +169,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Pull version bump
run: git pull --all
- name: Install Node.js
uses: actions/setup-node@v4
with: