From dcf4bae989d0aea4e09d4013e793a1c1407b3d82 Mon Sep 17 00:00:00 2001 From: Leroy Korterink Date: Mon, 9 Oct 2023 12:27:42 +0200 Subject: [PATCH] Disable concurrency for publish actions --- .github/workflows/bump-version-and-publish.yml | 2 +- .github/workflows/publish-dev-release-react-animation.yml | 2 +- .../workflows/publish-dev-release-react-transition-presence.yml | 2 +- packages/react-animation/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-version-and-publish.yml b/.github/workflows/bump-version-and-publish.yml index 8b79782..f1c225e 100644 --- a/.github/workflows/bump-version-and-publish.yml +++ b/.github/workflows/bump-version-and-publish.yml @@ -35,10 +35,10 @@ on: jobs: bump-version: runs-on: ubuntu-latest + concurrency: publish permissions: contents: read id-token: write - steps: - name: Check out source uses: actions/checkout@v3 diff --git a/.github/workflows/publish-dev-release-react-animation.yml b/.github/workflows/publish-dev-release-react-animation.yml index 7eb0c8e..1f3f219 100644 --- a/.github/workflows/publish-dev-release-react-animation.yml +++ b/.github/workflows/publish-dev-release-react-animation.yml @@ -9,10 +9,10 @@ on: jobs: bump-version: runs-on: ubuntu-latest + concurrency: publish permissions: contents: read id-token: write - steps: - name: Check out source uses: actions/checkout@v3 diff --git a/.github/workflows/publish-dev-release-react-transition-presence.yml b/.github/workflows/publish-dev-release-react-transition-presence.yml index 7896a22..d425093 100644 --- a/.github/workflows/publish-dev-release-react-transition-presence.yml +++ b/.github/workflows/publish-dev-release-react-transition-presence.yml @@ -9,10 +9,10 @@ on: jobs: bump-version: runs-on: ubuntu-latest + concurrency: publish permissions: contents: read id-token: write - steps: - name: Check out source uses: actions/checkout@v3 diff --git a/packages/react-animation/package.json b/packages/react-animation/package.json index ee6d84c..fdb2a8d 100644 --- a/packages/react-animation/package.json +++ b/packages/react-animation/package.json @@ -1,6 +1,6 @@ { "name": "@mediamonks/react-animation", - "version": "1.2.5-rc.0", + "version": "1.3.0", "description": "Animation components, hooks, utilities for React + GSAP.", "keywords": [ "react",