Update beta-release.yaml

This commit is contained in:
Lost Paul 2025-01-25 12:36:54 +01:00 committed by GitHub
parent d197fb9fdb
commit 5486b04f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ jobs:
- name: npm build
run: |
npm install
npm run build --if-present
npm run fn-build --if-present
- name: Set Release Name
run: echo "RELEASE_NAME=${{ env.RELEASE_VERSION }}" >> $GITHUB_ENV