Skip to content

Commit 2701421

Browse files
committed
ci: fix
1 parent 9985299 commit 2701421

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/selfish-tables-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"angular-eslint-template-parser": patch
33
---
44

5-
chore: bump deps
5+
chore: bump deps for plugin metadata

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121
fetch-depth: 0
2222

23-
- name: Setup Node.js 20.x
23+
- name: Enable Corepack
24+
run: corepack enable
25+
26+
- name: Setup Node.js LTS
2427
uses: actions/setup-node@v4
2528
with:
26-
node-version: 20.x
29+
node-version: lts/*
2730
cache: yarn
2831

2932
- name: Install Dependencies
@@ -36,6 +39,8 @@ jobs:
3639
with:
3740
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3841
publish: yarn release
42+
commit: 'chore: release angular-eslint-template-parser'
43+
title: 'chore: release angular-eslint-template-parser'
3944
env:
4045
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4146
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-eslint-template-parser",
33
"version": "0.1.1",
4-
"repository": "git+https://github.com/rx-ts/angular-eslint-template-parser.git",
4+
"repository": "git+https://github.com/un-ts/angular-eslint-template-parser.git",
55
"author": "JounQin <[email protected]>",
66
"license": "MIT",
77
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)