Skip to content

Commit e43dca6

Browse files
author
Juan C. Carvajal B.
committed
fix: correct YAML indentation in release workflow
1 parent d519727 commit e43dca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests
3333
run: npm test || echo "Tests failed - continuing anyway"
3434

35-
- name: Release
35+
- name: Release
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: npx semantic-release

0 commit comments

Comments
 (0)