Remove yarn release command

This commit is contained in:
Dries Augustyns
2024-08-05 08:26:34 +02:00
parent 090f6c50c1
commit eead7bf905
-1
View File
@@ -24,7 +24,6 @@ jobs:
- name: Increment version
id: version
run: |
yarn release
VERSION=$(node -p "require('./package.json').version")
echo "VERSION=$VERSION" >> $GITHUB_ENV