Release action fixes, pdfjs version fixed

This commit is contained in:
MichalKinas
2025-08-11 15:16:30 +02:00
parent 18fa874682
commit 6768b966bc
3 changed files with 5 additions and 6 deletions
@@ -17,7 +17,7 @@ runs:
run: |
VERSION_IN_PACKAGE_JSON=$(jq -cr '.version' < package.json)
if [[ ${{ inputs.branch_name }} =~ ^master.*?$ ]] ; then
if [[ ${{ inputs.branch_name }} =~ ^master.*?$ ]] || [[ "${{ inputs.branch_name }}" == release/* ]] ; then
NEW_LIBRARY_VERSION="$VERSION_IN_PACKAGE_JSON"
else
NEW_LIBRARY_VERSION="${VERSION_IN_PACKAGE_JSON}-${{ github.run_id }}"
-1
View File
@@ -38,7 +38,6 @@ on:
branches:
- master
- develop
- release/**
env:
BASE_URL: ${{ secrets.PIPELINE_ENV_URL }}
+4 -4
View File
@@ -25986,15 +25986,15 @@
"license": "MIT"
},
"node_modules/pdfjs-dist": {
"version": "5.4.54",
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.4.54.tgz",
"integrity": "sha512-TBAiTfQw89gU/Z4LW98Vahzd2/LoCFprVGvGbTgFt+QCB1F+woyOPmNNVgLa6djX9Z9GGTnj7qE1UzpOVJiINw==",
"version": "5.3.31",
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.3.31.tgz",
"integrity": "sha512-EhPdIjNX0fcdwYQO+e3BAAJPXt+XI29TZWC7COhIXs/K0JHcUt1Gdz1ITpebTwVMFiLsukdUZ3u0oTO7jij+VA==",
"license": "Apache-2.0",
"engines": {
"node": ">=20.16.0 || >=22.3.0"
},
"optionalDependencies": {
"@napi-rs/canvas": "^0.1.74"
"@napi-rs/canvas": "^0.1.67"
}
},
"node_modules/picocolors": {