Skip to content

Commit

Permalink
Merge pull request #31 from Net-Logic/langs
Browse files Browse the repository at this point in the history
workflow
  • Loading branch information
frederic34 committed Mar 27, 2023
2 parents f4a0661 + 05a47ae commit 9b16f35
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CHANGELOG
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ master ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -51,22 +51,22 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: Net-Logic
RELEASE_BRANCH: master
MODULE: microsoftgraph
CLASSNAME: MicrosoftGraph
RELEASE_BRANCHES: master
RELEASE_BRANCH: main
MODULE: prune
CLASSNAME: Prune
RELEASE_BRANCHES: main
DEFAULT_BUMP: none
INITIAL_VERSION: v0.0.0
VERBOSE: true
- name: Zip Folder
run: |
ls -al
mkdir build/htdocs
rsync -arv --exclude='.git/' --exclude='.github/' --exclude='.gitignore' --exclude='.tx/' --exclude='build/' --exclude='codesniffer/' . ./build/htdocs/microsoftgraph
rsync -arv --exclude='.git/' --exclude='.github/' --exclude='.gitignore' --exclude='.tx/' --exclude='build/' --exclude='codesniffer/' . ./build/htdocs/prune
- name: Switch to Release Folder
run: |
cd build
zip -r module_microsoftgraph-${{ env.module_version }}.zip htdocs
zip -r module_prune-${{ env.module_version }}.zip htdocs
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Bump version #none

0 comments on commit 9b16f35

Please sign in to comment.