Skip to content

Commit

Permalink
fix: add missing at symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Feb 19, 2024
1 parent 2318410 commit 6cffd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
HUSKY: 0
run: npm ci
- name: Install semantic-release
run: npm install semantic-release@^23.0.2 @semantic-release/changelog@^6.0.3 @semantic-release/git^10.0.1
run: npm install semantic-release@^23.0.2 @semantic-release/changelog@^6.0.3 @semantic-release/git@^10.0.1
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6cffd59

Please sign in to comment.