Skip to content

Commit

Permalink
ci: test update install file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 7, 2024
1 parent b35bd07 commit a190b43
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,22 @@ jobs:
prerelease: ${{contains(github.ref, '-beta')}}
body_path: ./dist/changelog.txt
files: ./dist/releases/${{github.ref_name}}/*
- run: mv dist/releases/install.sh assets/install.sh
if: startsWith(github.ref, 'refs/tags/')
- uses: stefanzweifel/git-auto-commit-action@v5
if: startsWith(github.ref, 'refs/tags/')
with:
commit_message: Updated install script
branch: gh-pages
commit_options: '--no-verify --signoff'
file_pattern: 'assets/install.sh'
repository: .
commit_user_name: GitHub Actions Bot # defaults to "github-actions[bot]"
status_options: '--untracked-files=no'
add_options: '-u'
push_options: '--force'
skip_dirty_check: true
skip_fetch: true
skip_checkout: true
disable_globbing: true
create_branch: false

0 comments on commit a190b43

Please sign in to comment.