File tree 4 files changed +5
-5
lines changed
oidc-client-service-worker 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Commit updates package.json
181
181
uses : stefanzweifel/git-auto-commit-action@v4
182
- if : github.ref == 'refs/heads/main'
182
+ if : github.ref == 'refs/heads/main' && steps.which_tag.outputs.tag == 'release'
183
183
with :
184
184
commit_message : " [skip ci] Update version package.json"
185
185
commit_user_name : GitHub
@@ -236,7 +236,7 @@ jobs:
236
236
237
237
- name : Create a GitHub release
238
238
uses : ncipollo/release-action@v1
239
- if : github.ref == 'refs/heads/main'
239
+ if : github.ref == 'refs/heads/main' && steps.which_tag.outputs.tag == 'release'
240
240
with :
241
241
tag : ${{ steps.tag_version.outputs.new_tag }}
242
242
name : Release ${{ steps.tag_version.outputs.new_tag }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa-fr/oidc-client-service-worker" ,
3
- "version" : " 6.25.3-alpha950 " ,
3
+ "version" : " 6.24.1 " ,
4
4
"type" : " module" ,
5
5
"private" : false ,
6
6
"main" : " dist/OidcServiceWorker.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa-fr/vanilla-oidc" ,
3
- "version" : " 6.25.3-alpha950 " ,
3
+ "version" : " 6.24.1 " ,
4
4
"private" : false ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa-fr/react-oidc" ,
3
- "version" : " 6.25.3-alpha950 " ,
3
+ "version" : " 6.24.1 " ,
4
4
"private" : false ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
You can’t perform that action at this time.
0 commit comments