Skip to content

Commit

Permalink
fix: automation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed May 18, 2022
1 parent 984e755 commit 13f766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 14

- name: build code
run: 'npm i && npm run compile'
run: npm i && npm run compile
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 13f766c

Please sign in to comment.