Skip to content

Commit

Permalink
bump auth
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinaaniola committed May 21, 2024
1 parent 06ce1d5 commit 3bee220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-changelog-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fossa-scan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FOSSA Scans

on:
push:
# push:
workflow_call:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/auth",
"version": "1.4.0",
"version": "1.4.1",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 3bee220

Please sign in to comment.