Skip to content

Commit c0c6056

Browse files
authored
fix(ci/publish): Do not tag stable if onlyNightly is on (#9863)
**Description:** We should not create a git tag if we want to publish only nightly.
1 parent 068e1e1 commit c0c6056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
git-tag-stable:
174174
name: "Git tag stable"
175175
runs-on: ubuntu-latest
176+
if: inputs.onlyNightly == false
176177
needs:
177178
- publish-cargo
178179
- run-ecosystem-ci-with-nightly

0 commit comments

Comments
 (0)