Skip to content

Commit

Permalink
[AXON-19] fix: remove accidentally added build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzh-atlassian committed Dec 3, 2024
1 parent 9af2c36 commit 7d2354e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release Nightly
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- '**'

jobs:
release:
Expand All @@ -11,9 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Replace package name
run: sed -i 's/atlascode/atlascode-nightly/g' package.json

# TODO if we want to publish this, just a different version is not enough
# We'd probably want to use a different id for the extension, too - e.g. atlascode-nightly
- name: Evaluate version
Expand Down

0 comments on commit 7d2354e

Please sign in to comment.