Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Dec 2, 2024
2 parents 0828013 + da4b0c0 commit 84b71a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-workflow(nightly).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ jobs:
# Step 13: Run Changelog CI
- name: Run Changelog CI
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/development'
uses: saadmk11/changelog-ci@v1.1.2
with:
release_version: ${{ env.NEW_VERSION }}
config_file: changelog-ci-config.json

# Step 14: Output the version
- name: Use the version
run: |
Expand Down Expand Up @@ -188,7 +188,6 @@ jobs:
download_url: https://github.com/${{ github.repository }}/releases/download/v${{ env.NEW_VERSION }}/${{ env.APP_NAME }}-${{ env.NEW_VERSION }}.tar.gz
app_private_key: ${{ secrets.NEXTCLOUD_SIGNING_KEY }}
nightly: true

- name: Verify version and contents
run: |
echo "App version: ${{ env.NEW_VERSION }}"
Expand Down

0 comments on commit 84b71a3

Please sign in to comment.