auth0-password-policies 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
name: Test and Publish
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
on:
|
|
4
5
|
push:
|
|
5
6
|
branches: [ master ]
|
|
@@ -42,7 +43,7 @@ jobs:
|
|
|
42
43
|
- name: Checkout code
|
|
43
44
|
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # Aug 2025
|
|
44
45
|
|
|
45
|
-
- name: Verify tag is on master branch
|
|
46
|
+
- name: Verify tag is on master branch
|
|
46
47
|
shell: bash
|
|
47
48
|
run: |
|
|
48
49
|
|