Skip to content

Commit

Permalink
fix(ci/publish): Do not tag stable if onlyNightly is on (#9863)
Browse files Browse the repository at this point in the history
**Description:**

We should not create a git tag if we want to publish only nightly.
  • Loading branch information
kdy1 authored Jan 10, 2025
1 parent 068e1e1 commit c0c6056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
git-tag-stable:
name: "Git tag stable"
runs-on: ubuntu-latest
if: inputs.onlyNightly == false
needs:
- publish-cargo
- run-ecosystem-ci-with-nightly
Expand Down

0 comments on commit c0c6056

Please # to comment.