Skip to content

Commit 343a559

Browse files
committed
ci: trigger release on main branch (revert manual test)
1 parent 6cf7be4 commit 343a559

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
6-
# branches:
7-
# - main
5+
branches:
6+
- main
87

98
permissions:
109
contents: write
@@ -37,6 +36,4 @@ jobs:
3736
- name: Install dependencies
3837
run: npm ci
3938
- name: Version, release and publish packages
40-
# TODO
41-
# run: npx nx release --yes
42-
run: npx nx release --yes 0.79.2-alpha.1
39+
run: npx nx release --yes

0 commit comments

Comments
 (0)