Skip to content

Commit

Permalink
Fix worflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Mar 13, 2024
1 parent d75f1be commit 4ffcefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
touch .env
echo BOT_TOKEN="${BOT_TOKEN}" >> .env
touch .env
echo BOT_TOKEN="${BOT_TOKEN}" >> .env
# Once published, the packages are scoped to the account defined here
- name: Log in to the container registry
uses: docker/[email protected]
Expand Down

0 comments on commit 4ffcefc

Please sign in to comment.