Skip to content

Commit

Permalink
Merge pull request #93 from ConductionNL/hotfix/updated-release-workflow
Browse files Browse the repository at this point in the history
Update release-workflow.yaml
  • Loading branch information
remko48 authored Dec 16, 2024
2 parents 8893f2a + 5dd41c1 commit 0cdf000
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-from-branch-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Main Branch Protection
on:
pull_request:
branches:
- master
- main

jobs:
check-branch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow(nightly).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Workflow(nightly)
on:
push:
branches:
- development
- never
workflow_dispatch:
inputs:
version:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Set app env
run: |
Expand All @@ -44,7 +45,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -am "Bump version to ${{ env.NEW_VERSION }}"
git commit -am "Bump version to ${{ env.NEW_VERSION }}" -m "[skip ci]"
git push
# Step 1: Prepare the signing certificate and key
Expand Down Expand Up @@ -193,4 +194,4 @@ jobs:
echo "Tarball contents:"
tar -tvf nextcloud-release.tar.gz
echo "info.xml contents:"
tar -xOf nextcloud-release.tar.gz ${{ env.APP_NAME }}/appinfo/info.xml
tar -xOf nextcloud-release.tar.gz ${{ env.APP_NAME }}/appinfo/info.xml

0 comments on commit 0cdf000

Please sign in to comment.