Skip to content

Commit

Permalink
update github action CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Dec 8, 2022
1 parent 3e967c1 commit 728d6b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/main-branch-push.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
MAJOR_VERSION=$((MAJOR_VERSION+1))
fi
docker run --rm -v $(pwd):/src -w /src githubchangeloggenerator/github-changelog-generator -u ${{ github.repository_owner }} -p ${{ github.event.repository.name }} -t ${{ secrets.GITHUB_TOKEN }} --no-issues --no-compare-link --include-tags-regex "$MAJOR_VERSION\..*\..*"
sudo chmod -R ugo+rwX .
- name: Commit & Push changes
uses: actions-js/push@master
with:
Expand Down

0 comments on commit 728d6b9

Please sign in to comment.