Skip to content

Commit 7d2354e

Browse files
[AXON-19] fix: remove accidentally added build command
1 parent 9af2c36 commit 7d2354e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-nightly.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release Nightly
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6+
push:
7+
branches:
8+
- '**'
69

710
jobs:
811
release:
@@ -11,9 +14,6 @@ jobs:
1114
steps:
1215
- uses: actions/checkout@v4
1316

14-
- name: Replace package name
15-
run: sed -i 's/atlascode/atlascode-nightly/g' package.json
16-
1717
# TODO if we want to publish this, just a different version is not enough
1818
# We'd probably want to use a different id for the extension, too - e.g. atlascode-nightly
1919
- name: Evaluate version

0 commit comments

Comments
 (0)