Skip to content

Commit 60e814d

Browse files
committed
ci: fix
1 parent 9985299 commit 60e814d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}
109
cancel-in-progress: true
@@ -20,10 +19,13 @@ jobs:
2019
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2120
fetch-depth: 0
2221

23-
- name: Setup Node.js 20.x
22+
- name: Enable Corepack
23+
run: corepack enable
24+
25+
- name: Setup Node.js LTS
2426
uses: actions/setup-node@v4
2527
with:
26-
node-version: 20.x
28+
node-version: lts/*
2729
cache: yarn
2830

2931
- name: Install Dependencies
@@ -36,6 +38,8 @@ jobs:
3638
with:
3739
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3840
publish: yarn release
41+
commit: 'chore: release angular-eslint-template-parser'
42+
title: 'chore: release angular-eslint-template-parser'
3943
env:
4044
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4145
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)