Skip to content

Commit

Permalink
Adjust nightly builds tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 18, 2024
1 parent d1932b5 commit 5ccb96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: ./.github/workflows/nightly.yml
with:
cura_conan_version: "cura/[*]@ultimaker/stable"
release_tag: "nightly"
release_tag: "nightly-stable"
caller_workflow: "nightly-stable.yml"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/nightly-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: ./.github/workflows/nightly.yml
with:
cura_conan_version: "cura/[*]@ultimaker/testing"
release_tag: "nightly-stable" # Fixed version, we reuse the same tag forever
release_tag: "nightly-testing" # Fixed version, we reuse the same tag forever
caller_workflow: "nightly-testing.yml"
secrets: inherit

0 comments on commit 5ccb96e

Please sign in to comment.