Skip to content

Commit

Permalink
ci: comment out nightly merge step in release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani committed Oct 3, 2024
1 parent 4937a52 commit a5fb4b4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:
branch: ${{ github.ref }}
tags: true

- name: Nightly Merge
# if: steps.semantic.outputs.new_release_published == 'true'
uses: robotology/gh-action-nightly-merge@v1.5.2
with:
allow_ff: true
ff_only: true
stable_branch: 'main'
development_branch: 'develop'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Nightly Merge
# # if: steps.semantic.outputs.new_release_published == 'true'
# uses: robotology/gh-action-nightly-merge@v1.5.2
# with:
# allow_ff: true
# ff_only: true
# stable_branch: 'main'
# development_branch: 'develop'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

tauri_release:
needs: semver
Expand Down

0 comments on commit a5fb4b4

Please sign in to comment.