Skip to content

Commit 59f18ad

Browse files
authored
Release 2.20.0-rc.1 (#5100)
2 parents 8a3857f + dbff25d commit 59f18ad

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/storybook.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
init:
1717
runs-on: ubuntu-latest
1818

19-
outputs:
20-
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token }}
21-
2219
steps:
2320
- uses: tibdex/github-app-token@v1
2421
id: get_installation_token
@@ -152,7 +149,6 @@ jobs:
152149
publish-storybook:
153150
if: ${{ needs.prepare.outputs.HEROKU_RELEASE_STORYBOOK_APP_NAME == 'true' }}
154151
runs-on: ubuntu-latest
155-
156152
needs:
157153
- init
158154
- prepare
@@ -199,9 +195,15 @@ jobs:
199195
heroku buildpacks -a ${PUBLISH_STORYBOOK_TO} | grep "https://github.com/salesforce-ux/heroku-buildpack-nginx.git#dse" || heroku buildpacks:set https://github.com/salesforce-ux/heroku-buildpack-nginx.git#dse -a ${PUBLISH_STORYBOOK_TO}
200196
heroku builds:create --source-tar workspace/artifact/storybook.tar.gz -a ${PUBLISH_STORYBOOK_TO}
201197
198+
- uses: tibdex/github-app-token@v1
199+
id: get_installation_token
200+
with:
201+
app_id: 244972
202+
private_key: ${{ secrets.DSE_CI_APP_KEY }}
203+
202204
- name: Set Github deployments to "success"
203205
env:
204-
GITHUB_TOKEN: ${{ needs.init.outputs.GITHUB_TOKEN }}
206+
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token }}
205207
run: |-
206208
for row in $(jq -r '.[] | select(.url | contains("storybook")) | @base64' workspace/artifact/gh-deployments.json); do
207209
export STATUS_URL=$(echo ${row} | base64 --decode | jq -r ".status" | sed 's/https:\/\/api.github.com//')

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.20.0-beta.1",
11+
"version": "2.20.0-rc.1",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

0 commit comments

Comments
 (0)