File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,16 @@ jobs:
58
58
existing_version=$(grep -oP 'auth-spa-\K[0-9]+\.[0-9]+\.[0-9]+' apps/console/src/public/auth-spa-3.0.1.min.js)
59
59
latest_release=$(curl -s https://api.github.com/repos/asgardeo/asgardeo-auth-spa-sdk/releases/latest | jq -r '.tag_name')
60
60
61
- if [ "$existing_version" == "$latest_release" ]; then
62
- echo "Versions match. Aborting further steps."
63
- exit 0
64
- fi
61
+ # if [ "$existing_version" == "$latest_release" ]; then
62
+ # echo "Versions match. Aborting further steps."
63
+ # exit 0
64
+ # fi
65
65
66
66
echo "EXISTING_ASGARDEO_AUTH_VERSION=${existing_version}" >> $GITHUB_ENV
67
67
echo "LATEST_ASGARDEO_AUTH_VERSION=${latest_release}" >> $GITHUB_ENV
68
+
69
+ echo "Existing version: $existing_version"
70
+ echo "Latest release: $latest_release"
68
71
# - name: 🎉 Create pull request
69
72
# id: create-pr
70
73
# run: |
You can’t perform that action at this time.
0 commit comments