From 3bee2206f44a5b9eb05c63d8896b4a92aaef26b5 Mon Sep 17 00:00:00 2001 From: Paulina Aniola Date: Tue, 21 May 2024 13:06:16 +0200 Subject: [PATCH] bump auth --- .github/workflows/check-changelog-files.yml | 4 ++-- .github/workflows/fossa-scan.yml | 2 +- packages/auth/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-changelog-files.yml b/.github/workflows/check-changelog-files.yml index 61965d26..9df09d77 100644 --- a/.github/workflows/check-changelog-files.yml +++ b/.github/workflows/check-changelog-files.yml @@ -25,8 +25,8 @@ jobs: # check-version-bump exits with 0 if it detects a bump, otherwise with 1 if [ $? != "1" ] && [[ ! " ${modules_list[*]} " =~ " ${file} " ]]; then - version="$(cat $file/package.json | jq -r '.version')" - module_list+=("{\"name\": \"$file\", \"version\": \"$version\"}") + version="$(cat $file | jq -r '.version') + modules_list+=("{\"name\": \"$file\", \"version\": \"$version\"}") fi done diff --git a/.github/workflows/fossa-scan.yml b/.github/workflows/fossa-scan.yml index 16d5df02..914de3d0 100644 --- a/.github/workflows/fossa-scan.yml +++ b/.github/workflows/fossa-scan.yml @@ -1,7 +1,7 @@ name: FOSSA Scans on: - push: + # push: workflow_call: jobs: diff --git a/packages/auth/package.json b/packages/auth/package.json index 8d4a7571..6d047c12 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@tidal-music/auth", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "files": [ "dist"