Skip to content

Commit

Permalink
👷 ワークフローを微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Oct 10, 2023
1 parent bf6a313 commit 27dc4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-datapack-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Pre deploy
if: ${{ github.ref == 'refs/heads/main' }}
run: cp action.yml LICENSE README.md .gitignore dist/. # TODO fix concurrency
run: cp action.yml LICENSE README.md .gitignore dist

- name: Deploy to dist
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 27dc4d8

Please sign in to comment.