Skip to content

Commit

Permalink
Merge pull request #26 from masarakki/fix-typo
Browse files Browse the repository at this point in the history
fix-typo
  • Loading branch information
masarakki authored Mar 20, 2020
2 parents c30ede0 + ad46cb4 commit 8b4afc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: aws s3 cp book.pdf s3://np-complete-books/pdf/C97.pdf --acl public-read
- name: create release
id: create_release
uses: action/create-release@v1
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 8b4afc8

Please sign in to comment.