We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d000f46 commit 73dfa33Copy full SHA for 73dfa33
.github/workflows/bump.yml renamed to .github/workflows/version.yml
@@ -15,11 +15,16 @@ jobs:
15
permissions:
16
contents: write
17
pull-requests: write
18
- container:
19
- image: node:22
20
steps:
21
- name: Checkout Repo
22
uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
23
+
24
+ - name: Setup Node.js
25
+ uses: actions/setup-node@v4
26
27
+ node-version: 22
28
29
- name: Enable Corepack
30
id: pnpm-setup
@@ -47,6 +52,6 @@ jobs:
47
52
uses: changesets/action@v1
48
53
with:
49
54
version: pnpm run version
50
- title: "chore(root): Version packages"
55
+ title: "chore(root): Version packages ${GITHUB_REF##*/}"
51
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments