Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
itayd committed Oct 31, 2024
1 parent 809af17 commit 7bf56b2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ jobs:
concurrency:
group: kittehub-releases-dist
cancel-in-progress: true
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: zip -r /tmp/dist .
- name: push
run: |
cd /tmp
git clone [email protected]:autokitteh/kittehub-releases.git
cd kittehub-releases
mv /tmp/dist.zip .
git add dist.zip
git commit -m "update"
git push origin HEAD:main
run: zip -r dist .
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: release
branch: release
push_options: "--force"
create_branch: true

0 comments on commit 7bf56b2

Please sign in to comment.