Skip to content

Commit 29cc506

Browse files
committed
revert: remove manual release from 668ab52
1 parent 7ed0d42 commit 29cc506

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Release
22

33
on:
44
push:
5-
# TODO: revert
6-
# branches:
7-
# - main
5+
branches:
6+
- main
87

98
concurrency:
109
group: release
@@ -41,6 +40,4 @@ jobs:
4140
- name: Install dependencies
4241
run: npm ci
4342
- name: Version, release and publish packages
44-
# TODO: revert
45-
run: npx nx release --yes 0.79.2
46-
# run: npx nx release --yes
43+
run: npx nx release --yes

0 commit comments

Comments
 (0)