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:
parent
4175d128b3
commit
6988ac7451
13
.github/workflows/release_canary.yml
vendored
13
.github/workflows/release_canary.yml
vendored
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user