Skip to content

Commit db3c11e

Browse files
committed
re-enable release automation for main
1 parent 125bb8a commit db3c11e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- muodov/release-automation
87

98
jobs:
109
release:
@@ -28,5 +27,5 @@ jobs:
2827
npm ci
2928
if npx auto label --exists release;
3029
then
31-
npx auto release --no-version-prefix --use-version `date +%Y.%m.%d` -d
30+
npx auto release --no-version-prefix --use-version `date +%Y.%m.%d`
3231
fi

0 commit comments

Comments
 (0)