Skip to content

Commit 668ab52

Browse files
committed
chore: release non-alpha version to fix e2e tests, workaround for push-based/nx-verdaccio#94
1 parent 120fe5d commit 668ab52

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

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

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

89
concurrency:
910
group: release
@@ -40,4 +41,6 @@ jobs:
4041
- name: Install dependencies
4142
run: npm ci
4243
- name: Version, release and publish packages
43-
run: npx nx release --yes
44+
# TODO: revert
45+
run: npx nx release --yes 0.79.2
46+
# run: npx nx release --yes

0 commit comments

Comments
 (0)