Skip to content

Commit e635488

Browse files
clean
1 parent e7aaa2f commit e635488

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Commit updates package.json
181181
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'
183183
with:
184184
commit_message: "[skip ci] Update version package.json"
185185
commit_user_name: GitHub
@@ -236,7 +236,7 @@ jobs:
236236
237237
- name: Create a GitHub release
238238
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'
240240
with:
241241
tag: ${{ steps.tag_version.outputs.new_tag }}
242242
name: Release ${{ steps.tag_version.outputs.new_tag }}

packages/oidc-client-service-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axa-fr/oidc-client-service-worker",
3-
"version": "6.25.3-alpha950",
3+
"version": "6.24.1",
44
"type": "module",
55
"private": false,
66
"main": "dist/OidcServiceWorker.js",

packages/oidc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axa-fr/vanilla-oidc",
3-
"version": "6.25.3-alpha950",
3+
"version": "6.24.1",
44
"private": false,
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/react-oidc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axa-fr/react-oidc",
3-
"version": "6.25.3-alpha950",
3+
"version": "6.24.1",
44
"private": false,
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)