Skip to content

Commit

Permalink
Update release-workflow(nightly).yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MWest2020 authored Nov 27, 2024
1 parent 89317c4 commit 081de32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-workflow(nightly).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@ jobs:
# Step 13: Run Changelog CI
- name: Run Changelog CI
if: github.ref == 'refs/heads/development'
if: github.ref == 'refs/heads/main'
uses: saadmk11/[email protected]
with:
release_version: ${{ env.NEW_VERSION }}
config_file: changelog-ci-config.json

# Step 14: Output the version
- name: Use the version
Expand Down

0 comments on commit 081de32

Please sign in to comment.