Skip to content

Commit 2e3c090

Browse files
authored
chore: Rename workflow names for consistency (#6)
* refactor: rename `release-please` workflow and job to `release` * ci: Pin pnpm action setup to a specific commit hash instead of a major version tag. --------- Signed-off-by: Nurzhan Muratkhan <nurzhanmuratkhan@gmail.com>
1 parent 315075c commit 2e3c090

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ permissions:
99
pull-requests: write
1010
id-token: write
1111

12-
name: release-please
12+
name: release
1313

1414
jobs:
15-
release-please:
15+
release:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: googleapis/release-please-action@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: setup pnpm
2929
if: ${{ steps.release.outputs.release_created }}
30-
uses: pnpm/action-setup@v5
30+
uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288
3131

3232
- name: setup node
3333
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)