Skip to content

Commit

Permalink
feat: automate release
Browse files Browse the repository at this point in the history
  • Loading branch information
StarTrooper08 committed Feb 19, 2024
1 parent e2080d3 commit 28e6377
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
uses: actions/checkout@v3

- name: Release
uses: huggingface/semver-release-action@latest
uses: huggingface/semver-release-action@latest
with:
branches: ["main"]

0 comments on commit 28e6377

Please sign in to comment.