We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed0d42 commit 29cc506Copy full SHA for 29cc506
1 file changed
.github/workflows/release.yml
@@ -2,9 +2,8 @@ name: Release
2
3
on:
4
push:
5
- # TODO: revert
6
- # branches:
7
- # - main
+ branches:
+ - main
8
9
concurrency:
10
group: release
@@ -41,6 +40,4 @@ jobs:
41
40
- name: Install dependencies
42
run: npm ci
43
- name: Version, release and publish packages
44
45
- run: npx nx release --yes 0.79.2
46
- # run: npx nx release --yes
+ run: npx nx release --yes
0 commit comments