Skip to content

Commit 32f6029

Browse files
authored
chore: name release canary workflow according to Resend's standard (#2081)
1 parent e62d722 commit 32f6029

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
name: rsnd
2-
1+
name: Release Canary
32
on:
43
push:
54
branches:
65
- canary
7-
86
concurrency: ${{ github.workflow }}-${{ github.ref }}
9-
107
jobs:
118
release:
129
name: release canary
@@ -19,19 +16,16 @@ jobs:
1916
uses: actions/checkout@v4
2017
with:
2118
fetch-depth: 0
22-
2319
- name: Setup Node.js
2420
uses: actions/setup-node@v4
2521
with:
2622
node-version: 22
27-
2823
- name: Enable Corepack
2924
id: pnpm-setup
3025
run: |
3126
corepack enable
3227
corepack prepare [email protected] --activate
3328
pnpm config set script-shell "/usr/bin/bash"
34-
3529
- name: pnpm Cache
3630
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
3731
with:
@@ -42,16 +36,13 @@ jobs:
4236
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
4337
restore-keys: |
4438
${{ runner.os }}-pnpm-
45-
4639
- name: Install packages
4740
if: steps.pnpm-cache.outputs.cache-hit != 'true'
4841
run: pnpm install --frozen-lockfile
49-
5042
- name: Enter prerelease mode
5143
# This step errors if it is already in prerelease mode
5244
continue-on-error: true
5345
run: pnpm canary:enter
54-
5546
- name: Create "Version packages" PR or publish release
5647
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5748
with:

0 commit comments

Comments
 (0)