Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Jan 16, 2021
1 parent 56d94de commit 30809bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn
# Release
- name: Copy README.md
run: cp .README.md ./packages/nookies/
run: cp README.md ./packages/nookies/
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 30809bd

Please sign in to comment.