Skip to content

Commit

Permalink
Release Github workflow commits version changes to the repository at …
Browse files Browse the repository at this point in the history
…the end
  • Loading branch information
max-ipinfo committed Aug 8, 2024
1 parent 115e151 commit 28b7316
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cd_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Build
run: ./scripts/build-archive-all.sh ${{ env.CLI_VERSION }}

- name: Update platform scripts version
run: ./scripts/update-platform-scripts-version.sh ${{ env.CLI_VERSION }}

- name: Generate changelog
run: ./scripts/changelog.sh ${{ env.CLI_VERSION }} > changes.md

Expand All @@ -62,3 +65,16 @@ jobs:
./macos.sh
./windows.ps1
./deb.sh
- uses: EndBug/add-and-commit@v9
with:
add: |
- ./CHANGELOG.md
- ./README.md
- ./deb.sh
- ./dist/DEBIAN/control
- ./macos.sh
- ./windows.ps1
message: "Release `${{ env.CLI_VERSION }}`"
push: "origin master"
default_author: "github_actions"

0 comments on commit 28b7316

Please sign in to comment.