Skip to content

updated build number for App Store binary upload (#1442) #1731

updated build number for App Store binary upload (#1442)

updated build number for App Store binary upload (#1442) #1731

Workflow file for this run

name: Calens Changelog
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Generate Calens Changelog
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
ref: "master"
- uses: actionhippie/calens@v1
with:
target: CHANGELOG.md
- uses: GuillaumeFalourd/git-commit-push@v1.3
with:
email: devops@owncloud.com
name: ownClouders
commit_message: "Calens changelog updated"
files: CHANGELOG.md