Skip to content

Commit

Permalink
chore: Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Jun 19, 2024
1 parent c06a32c commit 79b75d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: debug
run: |
TOKEN="${{ steps.app-token.outputs.token }}"
curl -H "Authorization: token $TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/owner/repo
curl -H "Authorization: token $TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/moneyforward/eslint-config-moneyforward
- name: Release
run: npm run release
Expand Down

0 comments on commit 79b75d5

Please sign in to comment.