@ankhorage/devtools 1.11.5 → 1.11.6

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.
@@ -113,7 +113,7 @@ jobs:
113
113
 
114
114
  - name: Create the scoped rollout token
115
115
  id: rollout-token
116
- if: steps.release.outputs.versioned == 'true'
116
+ if: steps.release.outputs.versioned == 'true' && steps.release.outputs.package_name == '@ankhorage/devtools'
117
117
  uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
118
118
  with:
119
119
  client-id: ${{ vars.ANKHORAGE_RENOVATE_SYNC_CLIENT_ID }}
@@ -123,7 +123,7 @@ jobs:
123
123
  permission-contents: write
124
124
 
125
125
  - name: Trigger the Devtools consumer rollout
126
- if: steps.release.outputs.versioned == 'true'
126
+ if: steps.release.outputs.versioned == 'true' && steps.release.outputs.package_name == '@ankhorage/devtools'
127
127
  uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
128
128
  env:
129
129
  PUBLISHED_PACKAGE_NAME: ${{ steps.release.outputs.package_name }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",