Skip to content

Commit d9b0581

Browse files
committed
Use the right auto-release command
1 parent 635d301 commit d9b0581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- run: git config user.email '[email protected]' && git config user.name 'Jakub Zalas'
1515
- run: sudo apt-get update && sudo apt-get install -y hub
16-
- run: make release
16+
- run: make auto-release
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)