Skip to content

Commit

Permalink
fix command error on github action eas-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkropp committed Dec 7, 2023
1 parent 1179d40 commit 35296ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: yarn install

- name: Publish update
run: eas update --channel production --message ${{ github.event.head_commit.message }}
run: eas update --channel production --message "${{ github.event.head_commit.message }}"

0 comments on commit 35296ac

Please sign in to comment.