1
1
mirror of https://github.com/primer/css.git synced 2024-12-28 00:24:36 +03:00

Putting back the canary release workflow

This commit is contained in:
Jon Rohan 2021-05-05 10:30:29 -07:00
parent 4175d128b3
commit 6988ac7451
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -1,6 +1,6 @@
name: Release
on:
pull_request:
push:
branches-ignore:
- 'main'
- 'changeset-release/main'
@ -69,14 +69,3 @@ jobs:
description: package.version,
target_url: `https://unpkg.com/${package.name}@${package.version}/`
})
- name: Reporting bundle sizes
uses: primer/comment-token-update@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
comment-token: 'canary_version'
script: |
version=$(jq -r ".version" package.json)
name=$(jq -r ".name" package.json)
echo "<kbd><a href=\"https://unpkg.com/browse/$name@$version/\">$name@$version</a></kbd>"