Skip to content

Commit 6edc697

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-nightly.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

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

0 commit comments

Comments
 (0)